Skip to content

Commit 375aa77

Browse files
authored
Update README.md
1 parent 6e7d7d2 commit 375aa77

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,22 @@ Teads SDK is available on Cocoapods. Add `TeadsSDK` to your `Podfile
3232
pod 'TeadsSDK'
3333
```
3434

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:
40+
41+
![AppTransportSecurity](AppTransportSecurity.png)
42+
43+
```xml
44+
<key>NSAppTransportSecurity</key>
45+
<dict>
46+
<key>NSAllowsArbitraryLoads</key>
47+
<true/>
48+
</dict>
49+
```
50+
3551
## Changelog
3652

3753
Read [changelog here](https://github.com/teads/TeadsSDK-iOS/blob/master/CHANGELOG.md).

0 commit comments

Comments
 (0)