steprescott / SCPStoreKitManager

Block based store kit manager for In-App Purchase on iOS 7, 8 & 9 with receipt validation.
MIT License
68 stars 29 forks source link

how to check subscription is active? #16

Closed yothin closed 9 years ago

yothin commented 9 years ago

How to i can check auto-renew subscription is active? or check subscriptionExpiryDate property?

steprescott commented 9 years ago

By checking the subscriptionExpiryDate property that can be found in the SCPStoreKitIAPReceipt Class.

If this date is after the current date then it is active.