Android In-App Purchase check buyer offline

后端 未结 2 1061
無奈伤痛
無奈伤痛 2020-12-31 22:55

I have implement in app purchase (managed) in my application using billing services when ever user wants to buy item he will make purchase request that required internet eve

2条回答
  •  旧时难觅i
    2020-12-31 23:29

    Complete example of this technique is within TrivialDrive sample app and it's work for me, but Im thinking about offline case. Google Play app caches purchases and gives responses to the getPurchases(3, "pkg", "inapp", null) offline but is this works infinitly or there is something like a timeout for this cache...

提交回复
热议问题