In-app billing. How to store information that user has paid?

前端 未结 1 1418
无人及你
无人及你 2021-01-06 12:24

There was a similar subject here

Okay. We can find out about user\'s purchase using RESTORE_TRANSACTIONS request to Google Play. But. It is written in documentation

相关标签:
1条回答
  • 2021-01-06 13:21

    I would suggest:

    3) Use the in-app Shared-Preferences Class or SQLite Database

    (Check this page: http://developer.android.com/guide/topics/data/data-storage.html)

    Encryption is always good, but this way the data is so to say attached to your application and can usually not be accessed by other apps.

    0 讨论(0)
提交回复
热议问题