lukaspili / Reactive-Billing

Lightweight reactive wrapper around In App Billing API v3 for Android
https://play.google.com/store/apps/details?id=com.github.lukaspili.reactivebilling.sample
MIT License
246 stars 33 forks source link

Purchase item problem - more devices with same Google acount #24

Open HonzaR opened 6 years ago

HonzaR commented 6 years ago

Hi,

one purchased item should be purchased on more devices with same Google account, right? "getPurchases(PurchaseType.PRODUCT, null)" returns different results on 2 devices. On first device I get this item as purchased after I bought it here, but on second device it seems not purchased, even after app close and reopen it seems not purchased. Only after app data clear I got it finally purchased here too. Is is library bug? Thanks for help.

Honza