Approve your subscription appears on Android #2240
Unanswered
normenster
asked this question in
Q&A
Replies: 2 comments
-
Can you confirm that |
Beta Was this translation helpful? Give feedback.
0 replies
-
The Problem was that Users switched to background in the middle of the purchasing process. So finishedTransaction wasn`t called. I thought that the "checkCurrentPurchase" hook was meant to deal with it when the app came back to the foreground, but it somehow did not work. I ended up checking for pending purchases when the app comes back to the foreground and manually triggering finishTransaction afterwards if needed. |
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
-
thanks for the great library! We have a good implementation currently live. Nevertheless 2 clients mentioned that, after successfully subscribing, google play store requires them to confirm the subscription, and that this should be done in our app. Otherwise they will get refunded. I really don`t know what we have to do and how we handle this case. Anyones knows what to do with this dialog?
(screenshot from android subscription manage page, the red text says "Confirm your subscription")
Beta Was this translation helpful? Give feedback.
All reactions