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:
Because they want to use adapty integration with Pro package. its not hard to give purchaseToken. i'm developing app and integrating adapty.io. i want to use adapty io as secondary analyzer. when i made purchase there is no purchaseToken. because i'm validating purchase on server side like any other our apps. also there is no purchaseToken on adapty io server callback integration too. i see if i can not use integration why im using adapty io? and what is the purpose of free account if i need to get pro for integration with our backend? now im re-integrating react-native-iap
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: