Hi,
I have few questions regarding the google play in-app purchase.
After my code have called store.purchase(“myproductid”)
- My payment to the google play is successful, But I am not getting back the receipt in the code.
What could be the possible reason? If the callback transaction state is failed, should we call the method
store.finishTransaction ? The chance of this payment success but not getting receipt is not high… Some of my customer can get back the receipt. So, I am sure the code is working… But just curious under what situation, google is not giving back the receipt.
- Is there any documentation regarding the event.transaction.errorType & event.transaction.errorString from the callback? I can’t seem to find it