Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何设置 iAds 以使应用程序不会在旧操作系统 (3.0 - 3.2) 上崩溃
我想你需要做两件事(希望我没有错过任何事情):
在使用之前检查 iAd 类是否存在于运行时,例如:
Class adBannerClass = NSClassFromString(@"ADBannerView"); if (adBannerClass) // Work with banner