Summary:
The Amazon Mobile Ads plugin for Unity is a great way to implement mobile ads across multiple platforms using a single SDK. However, some additional steps need to be taken when targeting iOS devices. The Amazon Mobile Ads framework must be included in the application’s XCode project. This framework can be found in the Amazon Mobile App SDK directory under iOS -> Ads -> AmazonAd.framework.
You will also need to add the following native iOS frameworks:
AdSupport CoreLocation SystemConfiguration CoreTelephony MediaPlayer EventKit EventKitUI StoreKit
Additional instructions for incorporating the API into your project can be found here: https://developer.amazon.com/public/apis/earn/mobile-ads/ios/docs/quick-start-guide#1.%20Incorporate%20the%20API%20into%20Your%20Project.
Keywords: Unity, Mobile Ads, iOS
KB_216