Skip to content
New issue

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

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

Already on GitHub? # to your account

[question] Best way to validate subscription #229

Closed
gloffreda opened this issue Jun 8, 2017 · 2 comments
Closed

[question] Best way to validate subscription #229

gloffreda opened this issue Jun 8, 2017 · 2 comments
Labels
answered Questions which have accepted answers. type: question

Comments

@gloffreda
Copy link

Hi there

I'm implementing the framework and would like to know, profiting of your experience with in-app purchases, whats is the best way to validate if a subscription still valid ?

I can do it on both sides, client and server, but can't figure the best fit.

Can you help me ?

Thank you
Giulio

@iwasrobbed
Copy link

iwasrobbed commented Jun 22, 2017

See example here: #153

If you only have an iOS version, then just do it on the client side (not implemented yet #101).
If the subscription is used across multiple clients (e.g. web, iOS, android), have your server do the validation.

@bizz84 bizz84 added answered Questions which have accepted answers. type: question labels Jun 24, 2017
@bizz84
Copy link
Owner

bizz84 commented Aug 22, 2017

@gloffreda You can read the Receipt Verification section on the README.

I'm going to close this issue. Feel free to reopen if you have more questions.

@bizz84 bizz84 closed this as completed Aug 22, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
answered Questions which have accepted answers. type: question
Projects
None yet
Development

No branches or pull requests

3 participants