Hi all in my google play developer console when I'm going to create In-app under in-app products section it is showing only 2 options (Managed Product, Subscription) So how can I create Un-managed product please help me..
Thank you..
Hi all in my google play developer console when I'm going to create In-app under in-app products section it is showing only 2 options (Managed Product, Subscription) So how can I create Un-managed product please help me..
Thank you..
There are 2 types of products available which have 3 categories
1) Managed Products
a) Non Consumable Managed Product
b) Consumable Managed Product
2) Subscriptions
In your case you should use Consumable Managed Product where it allows to purchase same product multiple time like coins for game play. For more details please refer https://developer.android.com/google/play/billing/api#consume
In the In-app Billing Version 3, there are only two Product Types
if you want to make it un-managed product than you have to do this dynamically
Thanks to p-mercier for suggesting this solution and the following code:
mHelper.consumeAsync(purchase, mConsumeFinishedListener);
Still if you have same problem than check product_id it can't
android.test.purchased
you have to put real product-id from developer console. See also: Android in app purchase: Signature verification failed
This is because In app billing ver 3 now supports only two product types: Managed and Subscriptions
Check this link