Search code examples
iossubscriptionmkstorekit

Is MKStoreKit still maintained and fully compatible to iOS 12?


I have been using an earlier version of MKStoreKit within an older iOS app to manage the In-App Purchases. It worked quite well.

Now I am working on a new app which should support auto renewable subscriptions. I would like to use MKStoreKit again. However, the current version 6.1 of MKStoreKit was released 3 years ago. I wonder if it is still fully compatible to StoreKit in iOS 12.

Of course I could run a couple of tests myself, however bugs tend to hide in testing and show in production. So, does anyone currently use MKStoreKit 6.1 in production and tell me if is still a good solution or has any downsides/problems?


Solution

  • I can can confirm that the MKStoreKit still works pretty well. However, I am not using it out of the box but made several adjustments to fit my custom needs.