My Xcode project imported MKStoreKit. And I followed to this. http://blog.mugunthkumar.com/coding/using-mkstorekit-in-your-apps/ But it has many error.
SFHFKeychainUtils.m ,ARC Casting Rules ,Semantic issue ,ARC Restrictions
Total 39 bugs.
I linked StoreKit.framework,Security.framework.
-I write this Initialize code in application didFinishLaunchingWithOptions. Initialize code is [MKStoreManager sharedManager];
However Bugs appears. Why?