android - App In Billing: Alpha Test - After bought item, is possible to check if item is purchased? In Aplha test mode -


my in app billing working normal tests.

but using item sku , after success purchase on alpha test mode seems check if item purchased not working.

someone knows if check if item purchased works on aplha tests? because seems me purchase fake on alpha test , not being registered.

thanks!

it works same way in alpha , beta versions. must problem somewhere in code. suggest check doc: testing in-app billing

you can utilize static ids testing iap, i.e:

android.test.purchased

when make in-app billing request product id, google play responds though purchased item. response includes json string, contains fake purchase information (for example, fake order id). in cases, json string signed , response includes signature can test signature verification implementation using these responses.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -