Discussions
Android Google BillingClient how to get unconsumed items?
Can I sell digital content in my app using not in-app purchases?
I’m building an app that is selling digital content. I’m planning to use stripe or other payment systems to sell permission to listen to music or watch videos in my app? Is it possible or my app will be rejected after review and I need to use in-app purchases?
How to open the Google Play Store directly from my Android application?
How to open the Google Play Store directly from my Android application?
in_app_ownership_type: new field in the receipt, how check in_app_ownership_type
Hi, a receipt contains new property in_app_ownership_type
.
querySkuDetailsAsync() method always returns null
I added in-app products in the Google Play Console and activated them. But when I call querySkuDetailsAsync() method, I always get null. I’m using the latest version of Google Play Billing Library (3.0.2).
Сheck the status of a purchased subscription in Android billing
How to check subscription state in Android billing?
restore purchases on Android
Why do I need to implement the restore
functionality in my Android app?
Implementation of purchases restoration on android, queryPurchases() or queryPurchaseHistoryAsync(): what use to make restore
queryPurchases() vs queryPurchaseHistoryAsync() in order to restore purchases on Android?
url for app store server notifications
Where I can find url for app store server notifications?
How to check purchased in apps iOS?
I have few non-consumable and auto-renewable in-app purchases in my app. How can I know if the user has already purchased some of them. Is there a way to know this?