HI,
**edited original post to be more clear**
ok, maybe I am a little dim here but I need someone to clarify this.
I have set up my product in GD.
I have looked at the sample app and actually a more trimmed down version in a thread here.
I want to remove the ads in my game.
Now, when my purchase is successful what exactly am I getting back from the playstore? I mean am I getting a true or false???
If so where should I be looking for that confirmation? where do I pick it up? for example:
****************************************************
transaction successful so here is your value (true)
**thanks says the game**
if transactionSuccessful == true
then
removeAds()
else
–do nothing–
end
****************************************************
any input would be great, can someone just write down a simple walkthrough? not bothered about details just the logic.
thankyou