Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

App Transport Security policy #101

Closed
vandenbrakel opened this issue Sep 17, 2015 · 2 comments
Closed

App Transport Security policy #101

vandenbrakel opened this issue Sep 17, 2015 · 2 comments

Comments

@vandenbrakel
Copy link

Xcode 7 made App Transport Security policy default. This means secure connections are required even on local IP's. This results in the SDK not being able to connect to the bridge when compiled in xcode7 (iOS9 and above).
For the moment you should ATS via the NSAllowsArbitraryLoads key.

Read: https://forums.developer.apple.com/thread/6205

@BramV
Copy link

BramV commented Nov 1, 2015

I encountered the same problem and I've change the plist file in #105 to allow unsafe connections like you said.

@jhvdb87
Copy link

jhvdb87 commented Nov 18, 2015

The plist file of the quick start app has been updated, so that should fix your problem :).
Is in the 1.11 release

@jhvdb87 jhvdb87 closed this as completed Nov 18, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants