Quantcast
Channel: iOS and tvOS
Viewing all articles
Browse latest Browse all 10823

NSAllowsArbitraryLoads

$
0
0
Hi! I have problem with webrequests on iOS. Xcode gives me a following error:
Code (CSharp):
  1. You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.
Here is the code i'm using for connecting to the http server
Code (CSharp):
  1. public IEnumerator WaitForRequest(String query)
  2.     {
  3.         string URL = "http://server.com/backend?message=" + query;...
NSAllowsArbitraryLoads

Viewing all articles
Browse latest Browse all 10823

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>