MugunthKumar / MKStoreKit

The "Goto" In App Purchases Framework for iOS 8+
2.09k stars 430 forks source link

Configure Subscription Durations #230

Open yonat opened 9 years ago

yonat commented 9 years ago

I added support for storing the duration of a subscription product in MKStoreKitConfigs.plist, and later retrieving it using -subscriptionDurationForProduct:
This is useful for presenting the price per month in a shopfront (as recommended by Apple).

I updated he sample MKStoreKitConfigs.plist accordingly -- see my fork at https://gist.github.com/yonat/5f803b7ef84619711926