in app purchase - Base64-encoded RSA public key

After they buy the product the first time, you should save that fact by writing to a file you create in the Documents Directory. That way, you can check that file next time to see if they’ve already purchased the product, and if so, don’t show the button.

  • Andrew

Thanks . Do you have any examples ?

thank you very much

I’d suggest looking at this guide: http://docs.coronalabs.com/guide/data/readWriteFiles/index.html

  • Andrew