thanks guys,
all working fine and transactions going through, it really is easy once you know how.
I wonder if you can answer another couple of questions please. Stilll IAP for android
in my transaction callback once the item has been purchased I call a function to remove the ads, that is fine.
So should I set a boolean i.e. removeads = true on the users device in say a text file? that can be checked when the game is restarted each time?
Should I set it like I save and recall my highscores ? or do something else?
Any code snippet available to make sure I do it right ?
Last question for now , do I need a restore button? if so how do I go about the restore of the paid item? I read I had to first delete the text file that holds the boolean: removeads = true, first and then call restore ?
again any code snippet to point me in the correct direction would be awesome.
Thanks for your patience guys its quite a learning curve IAP but at least I understand the purchasing and payment steps now.
Last question for now,