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.
我一直在为我的应用程序使用统一广告框架。但是,在我将它转换为 Swift 3 之后,xcode 开始抛出错误。
我正在尝试调用 canShow() 方法来检查广告是否可用:
UnityAds.sharedInstance().canShow()
但我收到一条错误消息,提示“对成员 'canShow()' 的引用不明确”
有人对此有解决方案吗?
试用最新版本的 SDK,可在此处获得。