Closed bmueller closed 10 years ago
Would like to switch from MKStoreKit too. But I need to transfer non-consumabel, cunsumable and subscription purchases.
I'm not familiar with MKStoreKit. For the RMStore side of the equation:
If you're targeting iOS 7 or higher, you can query purchases from the app receipt and bypass MKStoreKit.
For the migration, you can create a custom transaction persistor. To avoid duplicating code, you could subclass RMStoreKeychainPersistence
and expose some of its private methods as public interface as needed.
There's hasn't been any activity in 14 days so I'm closing this issue. @bmueller @Morpheus2002, you're welcome to post what you finally did as it might help others in the same situation.
I'm using both libraries now. Just took the receipt check functionality from RMStore, as it's broken on MKStoreKit.
I'd like to switch an existing app from MKStoreKit to RMStore. How would I go about transferring a user's existing non-consumable purchases to RMStore's default keychain persistor?