iOS9 self.canDisplayBannerAds = true 没有显示任何广告
iOS9 self.canDisplayBannerAds = true is not showing any ads
非常简单的 iAd 代码:
import UIKit
import iAd
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
self.canDisplayBannerAds = true
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
}
}
iAd.framework
已加载。
它曾经有效。在 iOS9 之后,不起作用。
iAd 的模拟器设置为 100%,刷新率为 15 秒。不显示任何广告。
试过实际的 iPhone 6、5S、4S 和 iPad Air2。不显示任何广告。
我在这里错过了什么吗?快要失去理智了...我所有过去可以毫无问题地显示 iAd 的应用现在完全没有显示 iAd。
这不再是问题。 self.canDisplayBannerAds = true
在设备和模拟器上按预期工作 运行 iOS 9 或更高版本。
非常简单的 iAd 代码:
import UIKit
import iAd
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
self.canDisplayBannerAds = true
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
}
}
iAd.framework
已加载。
它曾经有效。在 iOS9 之后,不起作用。 iAd 的模拟器设置为 100%,刷新率为 15 秒。不显示任何广告。 试过实际的 iPhone 6、5S、4S 和 iPad Air2。不显示任何广告。 我在这里错过了什么吗?快要失去理智了...我所有过去可以毫无问题地显示 iAd 的应用现在完全没有显示 iAd。
这不再是问题。 self.canDisplayBannerAds = true
在设备和模拟器上按预期工作 运行 iOS 9 或更高版本。