gpt4 book ai didi

ios - 使用未声明的标识符 : ASIdentifierManager

转载 作者:IT王子 更新时间:2023-10-29 08:07:46 26 4
gpt4 key购买 nike

我使用以下代码来显示用于 admob 测试应用程序的唯一标识符。

这是我的 applicationDidFinishLaunching...

// Print IDFA (from AdSupport Framework) for iOS 6 and UDID for iOS < 6.
if (NSClassFromString(@"ASIdentifierManager")) {
NSLog(@"GoogleAdMobAdsSDK ID for testing: %@" ,
[[[ASIdentifierManager sharedManager] advertisingIdentifier] UUIDString]);
} else {
NSLog(@"GoogleAdMobAdsSDK ID for testing: %@" ,
[[UIDevice currentDevice] uniqueIdentifier]);
}

构建“使用未声明的标识符:ASIdentifierManager”时出现错误

我链接了 AdSupport 框架,可以访问声明标识符管理器的文件,但它仍然无法识别?

我已经清理了构建文件夹,重新启动 xCode 结果相同。

最佳答案

您是否从框架中导入了 header ?

#import <AdSupport/ASIdentifierManager.h>

关于ios - 使用未声明的标识符 : ASIdentifierManager,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14247625/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com