Is iAds not available for iPad apps?

后端 未结 1 1309
你的背包
你的背包 2021-01-25 09:20

I have an iPad app, which has a requirement for iAds. But in Library I could not find Ad Banner View.

Is iAds not available for iPad? I am using iOS SDK 4.1.

Wh

相关标签:
1条回答
  • 2021-01-25 09:53

    You need to be using iOS SDK 4.2, because iPad only supports iAd banners in iOS 4.2 and later.

    From your comment:

    no I am on iOS SDK 4.1

    Since you are using an older version of iOS SDK, Ad BannerView will not appear in your Interface Builder Library. You'll have to upgrade by downloading the new SDK from developer.apple.com. Remember to upgrade your Xcode project to build against the new SDK.

    0 讨论(0)
提交回复
热议问题