在我的新应用程序中,我使用MKStoreKit来删除广告。它的购买方面有效,但就恢复功能而言,什么都行不通!我已经正确实现了所有的框架和MKStoreKit文件,但我得到了错误:
No visible @interface for 'MKStoreManager' declares the selector 'restorePreviousTransactions'
我在恢复 IBAction 中使用的代码是:
[[MKStoreManager sharedManager] restorePreviousTransactions];
但它只是给了我这个错误!我正在使用通过 Github 提供的最新版本的MKStoreKit 。可能有人有任何想法吗?