Home / GAM / GAM iOS SDK Mediation / iOS 9 Considerations

GAM iOS SDK Mediation

iOS 9 Considerations

App Transport Security

So that our application is not affected by this new measure that Apple has implemented, you 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 yet support enabling bitcode. 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.