Replies: 1 comment
-
@dguard According to In-App Subscription documentation there is no mechanism to detect when the user cancels the subscription. Since it is not canceled immediately. Instead it waits for the end of the cycle for the subscription to expire. see documentation: https://developer.android.com/google/play/billing/subscriptions#cancellation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys!
I am using
react-native-iap
and do code like that:output of a receipt like this:
and I want to know - is there a way to know that subscription is cancelled and paused?
internally receipt is not changed in any way - it is just a receipt
I found that I may get more details about subscription in this way:
https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{PACKAGE_NAME}/purchases/subscriptions/{SUBSCRIPTION_ID}/tokens/{PURCHASE_TOKEN}
But it requires authentication - on client side for customer - why on client side? ... Is there other way to do same thing
Thanks,
Alex
Beta Was this translation helpful? Give feedback.
All reactions