-
-
Notifications
You must be signed in to change notification settings - Fork 655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signature missing from Android purchase. #31
Comments
I am not Android specialist, but it looks like 'buyItem' method returns Purchase object, and send back to RN side as it is. ( RNIapModule.java line 419 ) |
jenni-divvito
added a commit
to jenni-divvito/react-native-iap
that referenced
this issue
Jun 1, 2018
in hyochan#31 and the associated pull request, hyochan#32, the data and signature params were added for android. This would bring the types into sync with this change
marzuq-adebayo-dev
added a commit
to marzuq-adebayo-dev/React-Native-iap
that referenced
this issue
May 20, 2023
in hyochan/react-native-iap#31 and the associated pull request, #32, the data and signature params were added for android. This would bring the types into sync with this change
dev-arrow
added a commit
to dev-arrow/react-native-iap
that referenced
this issue
Nov 25, 2024
in hyochan/react-native-iap#31 and the associated pull request, #32, the data and signature params were added for android. This would bring the types into sync with this change
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I need to validate purchases from the backend, but I'm missing signature on the purchase.
The Purchase class
com.android.billingclient.api.Purchase
already contains the signature, but it needs to be passed in the response.The text was updated successfully, but these errors were encountered: