add explanation for add modifying the ATS exception

This commit is contained in:
Akshay Gore 2018-05-22 12:18:35 -07:00
parent 9a9e36c71e
commit 8970a1ea97

View File

@ -200,7 +200,7 @@ var styles = StyleSheet.create({
``` ```
- For iOS you also need to specify muted for this to work - For iOS you also need to specify muted for this to work
- To load the HTTP source url on iOS you need to add/modify the App Transport Security Exception into the Info.plist - iOS 9+ requires all webservices and files loaded inside the app to use HTTPS. To use the non-secured (HTTP) webservices or files, you need to add/modify the App Transport Security Exception into the Info.plist
<img src="./docs/AppTransportSecuritySetting.png" width="50%"> <img src="./docs/AppTransportSecuritySetting.png" width="50%">