You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,22 @@ Teads SDK is available on Cocoapods. Add `TeadsSDK` to your `Podfile
32
32
pod 'TeadsSDK'
33
33
```
34
34
35
+
#### App Transport Security
36
+
37
+
Even if Teads SDK if fully compliant with iOS 9 network restrictions (SSL ready), third party ad servers don't all use SSL yet. This is why we highly recommend to allow non-ssl connexions until all ad servers and tracking vendors are ssl compliant too.
38
+
39
+
You should add the NSAppTransportSecurity exception with NSAllowsArbitraryLoads exception to plist:
0 commit comments