I\'m trying to upgrade my MKStoreKit to version 4.0 in my app so I can incorporate the \"restore in app purchase\" feature into my app. Apple wants to reject my app due to t
It looks like you are using base64EncodedString method somewhere, but you have forgotten to include a header with the category declaring it. If you are using a popular base-64 encoding library for iOS, the header name is "NSData+Base64.h".