robotmedia / RMStore

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

Subscription expired notification for auto-renewable subscription #218

Open leomyth330 opened 6 years ago

leomyth330 commented 6 years ago

I've implemented auto-renewable subscription successfully. The subscription duration is 1 year with 7days trial. I want to get notification when the subscription is expired to inform users like "Your subscription is expired now.".

Can I get notification from RMStore? Or should I check every time if the purchase is valid?

nyeu commented 5 years ago

Did you figure out @leomyth330 ? I am also interested in it