-
1. Re: ProductStore ANE's restoreTransactions( ) method returns Transaction objects with empty/null receipts
yx Aug 18, 2014 7:59 AM (in response to theiphonecoder)Hi!
Do you use productStore.restoreTransactions() or productStore.pendingTransactions? Because I got the list of all the transactions in productStore.pendingTransactions, every unsuccessful transaction is in, and there's no receipt in unsuccessful transaction.
I have similar problem: I try to use productStore.restoreTransactions() to know if the user has purchased the in-app already. And I can get the transaction just once per device. If I remove the app after I've got the transaction with productStore.restoreTransactions(), and install it again, next time if I call productStore.restoreTransactions() I will get transactions=null in RESTORE_TRANSACTION_COMPLETE and RESTORE_TRANSACTION_SUCCESS will no fire at all.
-
2. Re: ProductStore ANE's restoreTransactions( ) method returns Transaction objects with empty/null receipts
theiphonecoder Aug 19, 2014 5:01 AM (in response to yx)Hi,
I have used the productStore.restoreTransactions() to restore all of the transactions.
I think the reason why we're getting null in the receipts fields for the restoreTransactions() call could be due to the fact that the app's receipt could be using the "Grand Unified Receipt" introduced in iOS 7.
-
3. Re: ProductStore ANE's restoreTransactions( ) method returns Transaction objects with empty/null receipts
dsgVajra Sep 27, 2014 5:54 PM (in response to theiphonecoder)I got the same problem!
Will be fixed in sdk 1.4? and when?
