You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: