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.
我的应用支持 iOS 5.x -> 6.x。它正在使用游戏工具包。但是,它在文档中说
authenticateWithCompletionHandler
在 iOS 6.0 中已弃用,我必须使用
authenticateHandler
authenticateWithCompletionHandler如果我使用并声称我的应用程序也应该在 iOS 6 上运行,这是否意味着我的应用程序将被 App Store 拒绝?
不,它不会被拒绝,但是为了正确地证明您的应用程序,您应该在使用“ authenticateHandler”之前先使用“ authenticateWithCompletionHandler”。
最好的方法是使用“ respondsToSelector:”作为“ authenticateHandler”(我认为这应该适用于属性的访问器)。
respondsToSelector: