Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checking if subscription is cancelled, but subscription period still active #195

Open
djendacott opened this issue Sep 12, 2018 · 1 comment

Comments

@djendacott
Copy link

Is it possible to find out if a user has cancelled their subscription?

Eg, a user signs up for a 7 day trial, immediately cancels it, but is continuing to use the app for the remainder of the free trial period. In this case we'd like to offer the user a discount to resubscribe.

@dengue8830
Copy link

dengue8830 commented May 11, 2019

to identify if the user cancelled the subscription you have to

  1. follow the apple guide to get notifications directly from the apple server
  2. make a cron job in your server asking for validation of the lastest recipt

for discounts im not sure, but i think it is covered by the apple subscriptions documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants