Unresolved Identifier - SKErrorPaymentCancelled [duplicate]

泄露秘密 提交于 2019-12-03 06:41:21
JAL

The constant SKErrorPaymentCancelled has been removed from the SDK as of iOS 9.3. Instead, use the SKErrorCode.PaymentCancelled enum.

For more information, see the StoreKit Changes for Swift page of the iOS 9.3 API Diffs and my canonical Q&A post Use of unresolved identifier when using StoreKit constants with iOS 9.3/Xcode 7.3.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!