robotmedia / RMStore

A lightweight iOS library for In-App Purchases
Apache License 2.0
2.43k stars 450 forks source link

isSubscriptionActive always Return NO #121

Closed KiranPatelSpaceo closed 9 years ago

KiranPatelSpaceo commented 10 years ago

Hi,

I have facing problem to check isSubscription Active or InActive? i used following method to check but it will always return NO. -(BOOL)isSubscriptionActive

SO please guild me how to Check subscription is Active or not?

hpique commented 9 years ago

Have you debugged isSubscriptionActive to check why it returns NO?

If you find a case in which it should return YES and it's returning NO, please post it here with as much detail as possible. In the meantime, I'm closing this due to lack of activity.