Reputation: 1060
I have upgraded Xcode to Xcode 7 and included App Transport Security(ATS) feature in pList
. Currently I have disabled this feature by assigning YES
to NSAllowsArbitraryLoads
. Now app is running fine on simulator. However, when I release Adhoc development build and installed it on device. It crashes whenever any API
is called.
Below is the image for crash details:
Upvotes: 9
Views: 439
Reputation: 4070
I have not started working on Captain OS but found below link for ATS that might be helpful
Configuring App Transport Security
Might be useful.
Upvotes: 0