Will Apple reject my app if I bypass the ATS (App Transport Security) for my PhoneGap app as mentioned in this link? I cannot change my server configuration as it's build on top of cloud backend that doesn't support HTTPS. Does it mean I will have to throw my app for iOS 9 or change complete backend?
Asked
Active
Viewed 434 times
1 Answers
4
No. For now you can freely configure your plist to set NSAllowsArbitraryLoads or NSExceptionDomains. Apple will not reject your app for this.
[edit]
However, there is a plan for Apple to restrict it someday. See https://developer.apple.com/news/?id=12212016b

Cœur
- 37,241
- 25
- 195
- 267
-
@nickalchemist Yes it will. – Cœur Sep 29 '15 at 12:05
-
Will accept it if I don't get any mail from Apple for this. :) Thanks! – nickalchemist Sep 29 '15 at 12:06