Has anyone got an app rejected for having this key in the plist for the purpose of bypassing the App Transport Security in iOS 9?
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
I am just curious.
Has anyone got an app rejected for having this key in the plist for the purpose of bypassing the App Transport Security in iOS 9?
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
I am just curious.
Nope. I had it in one of my apps and it was approved. Why does your app need it? Maybe it wasn't obvious to the reviewer.
no i haven't tried submitting yet, just curious.