Detect Android free period #1500
-
Hello! We're implementing a free period for our subscription offering. Its all working as expected for iOS. However, i'm struggling to find where to detect from google play that the current purchase is in the free period? I expected Thank you, will greatly appreciate any help here! Kindest regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
To answer my own question, we're building google's verify receipt integration in the backend, and getting the information from there. Honestly not sure why my brain went there, but |
Beta Was this translation helpful? Give feedback.
To answer my own question, we're building google's verify receipt integration in the backend, and getting the information from there. Honestly not sure why my brain went there, but
purchaseStateAndroid
clearly does not equalpaymentState
in the Google documentation.