1

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?

Community
  • 1
  • 1
nickalchemist
  • 2,211
  • 6
  • 31
  • 58

1 Answers1

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