Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UnManaged option not available in google play developer console

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..

enter image description here

Thank you..

like image 542
Suresh Avatar asked Jun 11 '15 08:06

Suresh


People also ask

How do I disable managed Google Play?

Open managed Google Play (https://play.google.com/work) and log in with your Android enterprise administrator account. Click My managed apps to view the apps you've approved. Select the app you want to remove from your users' managed Google Play. Click Unapprove.


1 Answers

This is because In app billing ver 3 now supports only two product types: Managed and Subscriptions

Check this link

In Version 3, all in-app products are managed. This means that the user's ownership of all in-app item purchases is maintained by Google Play, and your application can query the user's purchase information when needed. When the user successfully purchases an in-app product, that purchase is recorded in Google Play. Once an in-app product is purchased, it is considered to be "owned". In-app products in the "owned" state cannot be purchased from Google Play. You must send a consumption request for the "owned" in-app product before Google Play makes it available for purchase again. Consuming the in-app product reverts it to the "unowned" state, and discards the previous purchase data.

like image 128
random Avatar answered Oct 06 '22 13:10

random