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
Teads SDK is available on Cocoapods. Add `TeadsSDK` to your `Podfile
30
+
Teads SDK is available on Cocoapods. Add `TeadsSDK` to your Podfile
31
31
```
32
32
pod 'TeadsSDK'
33
33
```
@@ -36,7 +36,7 @@ pod 'TeadsSDK'
36
36
37
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
38
39
-
You should add the NSAppTransportSecurity exception with NSAllowsArbitraryLoads exception to plist:
39
+
You should add the `NSAppTransportSecurity` exception with `NSAllowsArbitraryLoads` exception to plist:
0 commit comments