PhilipsHue / PhilipsHueSDK-iOS-OSX

The Software Development Kit for Philips Hue on iOS and OS X (beta)
579 stars 169 forks source link

App Transport Security policy #101

Closed vandenbrakel closed 8 years ago

vandenbrakel commented 8 years ago

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 commented 8 years ago

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

jhvdb87 commented 8 years ago

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