I'm getting a tinted adBannerView
on the device, instead the normal adBannerView
as it appears in the Simulator. Any ideas on this?
相关问题
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
- SwiftUI: UIImage (QRCode) does not load after call
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- Using if let syntax in switch statement
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- Enum with associated value conforming to CaseItera
- Swift - hide pickerView after value selected
- Is there a Github markdown language identifier for
On the device, go to Settings > Developer and disable the option "Highlight Clipped Banners" to remove the colored layer.
If enabled, the colors show you if the iAd banner view is clipped (red) or not (green).
Note that this setting is system-wide, and affects not only the development builds from your app, but also production builds from all other apps downloaded from the App Store. If you change this setting, you might have to restart the app to see changes.
This feature is also discussed in the WWDC 2013 Session 613: iAd Integration and Best Practices