Home / AdMob / AdMob iOS SDK Mediation / iOS 9 Considerations

AdMob iOS SDK Mediation

iOS 9 Considerations

App Transport Security

To make sure that your application is not affected by this new measure that Apple has implemented, we have to add the following lines to your "Info.plist" file:

If you want to see more documentation, App Transport Security (ATS).

Bitcode in Xcode 7

The Google Mobile Ads SDK does not support enabling bitcode yet. You will need to disable this setting in your app by navigating to the target or project Build Settings. Under the Build Options section, set Enable Bitcode to No.

If you want to see more documentation: Bitcode.