我的 Xcode 项目导入了 MKStoreKit。我跟着这个。 http://blog.mugunthkumar.com/coding/using-mkstorekit-in-your-apps/ 但它有很多错误。
SFHFKeychainUtils.m ,ARC Casting Rules ,语义问题 ,ARC Restrictions
总共 39 个错误。
我链接了 StoreKit.framework、Security.framework。
- 我在应用程序 didFinishLaunchingWithOptions 中编写了这个初始化代码。初始化代码为[MKStoreManager sharedManager];
但是出现了错误。为什么?