Skip to content

Error: No internet Connection

Tobias Strebitzer edited this page Aug 10, 2016 · 3 revisions

Problem

This error can occur if you've requesting the Manifest from an insecure HTTP URL.

Solution

Here's a small screenshot to make it more visual.

And a more precise "how to":

  1. open Baker-Info.plist
  2. use "+" to create an entry.
  3. set it as Dictionary entry.
  4. Type "NSAllowsArbitraryLoads" in its name (left); It becomes automatically "App Transport Security Settings"
  5. use its "+" to add an item (in this dictionary).
  6. rename the "item" as "NSAllowsArbitraryLoads".
  7. select Boolean as its type of item.
  8. 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.... capture d ecran 2016-01-30 a 12 25 07

Cheers, friends!