Hello everyone,
I have implemented store in my app, using Google IAP V3.
I purchased one item, and then i uninstalled the app.
I have Non Consumable Product.
I get the state failed, the next time i install the app and try to buy the same item from store.
I get the following log in my console log.
What shall i change to resolve this issue.
[lua]
I/Corona (25049): **** In transactionCallback function ****
I/Corona (25049): transactionCallback: Received event storeTransaction
I/Corona (25049): state: failed
I/Corona (25049): errorType: 7
I/Corona (25049): errorString: Unable to buy item (response: 7:Item Already Own
ed)
I/Corona (25049): Transaction failed, type: 7 Unable to buy item (response: 7:I
tem Already Owned)
[/lua]
~Thanks & Regards
Rohan K