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
For Android, In onPurchaseCompleted and AdaptyProfile there is no field purchaseToken.
We want to keep Google server notifications webhook on our side but we need this field to perform Google API call on purchases.subscriptions.get
This is what AdaptyProfile looks like on a "sandbox" subscription:
Description
For Android, In
onPurchaseCompleted
andAdaptyProfile
there is no fieldpurchaseToken
.We want to keep Google server notifications webhook on our side but we need this field to perform Google API call on purchases.subscriptions.get
This is what AdaptyProfile looks like on a "sandbox" subscription:
For iOS it's OK since we only need
transactionId
.How can I retrieve the purchaseToken from Adapty ? I couldn't find a way to.
System info
No response
The text was updated successfully, but these errors were encountered: