I’m developing an app for IPTV where users can add their own links to TV channels and watch them through the app. Since not all IPTV links use HTTPS, I’ve set NSAllowsArbitraryLoads to true in the Info.plist.
Apple mentions that if you set this to true, you need to provide an explanation. What kind of explanation do they require, and how should I provide it?
Thanks!
AFAIK the only official guidance on this is the Provide Justification for Exceptions section of Preventing Insecure Network Connections.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"