From 8970a1ea977855e4bbaecef6df730353910f1398 Mon Sep 17 00:00:00 2001 From: Akshay Gore Date: Tue, 22 May 2018 12:18:35 -0700 Subject: [PATCH] add explanation for add modifying the ATS exception --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65636a2c..c3f6ba27 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ var styles = StyleSheet.create({ ``` - 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