forked from Simbul/baker
-
Notifications
You must be signed in to change notification settings - Fork 101
Error: No internet Connection
Tobias Strebitzer edited this page Aug 10, 2016
·
3 revisions
This error can occur if you've requesting the Manifest from an insecure HTTP URL.
Here's a small screenshot to make it more visual.
And a more precise "how to":
- open Baker-Info.plist
- use "+" to create an entry.
- set it as Dictionary entry.
- Type "NSAllowsArbitraryLoads" in its name (left); It becomes automatically "App Transport Security Settings"
- use its "+" to add an item (in this dictionary).
- rename the "item" as "NSAllowsArbitraryLoads".
- select Boolean as its type of item.
- choose YES as value for this boolean stuff.
And it works!
But remains insecure. I guess that the perfect thing would be to change the server side of the Baker system to allow these https request....
Cheers, friends!