-
Notifications
You must be signed in to change notification settings - Fork 451
Description
Has anyone else had an updated app suddenly stop awarding IAP's?
I've update my app many times, and this last update absolutely nothing was changed regarding IAP's and yet when the App Store update was released, no IAP's are awarded. Neither 'Restore Purchases' nor buying awards the IAP.
I've tested the previous build, and it works fine. I've gone through my commits with a fine tooth comb, and nothing should affect this.
I can't properly debug the App Store version because iOS 9 and Xcode 7 have since been released and everything seems to work flawlessly when running and debugging my code from Xcode.
Looking at the device console, I left in an NSLog that lists the purchasedProductIdentifiers and I can see my IAP is listed.
The only point I can see an issue, is if calling the RMStoreKeychainPersistence too many times in quick succession with [_persistence purchasedProductIdentifiers] could cause the issue?
I really don't know whether uploading a new build that works from Xcode is going to have the same problem once released onto the App Store.
Anyone else had similar experiences?