Amarnath
Amarnath

Reputation: 1111

Android App purchase clarification

I am developing a application in android.i want to give some features as free for my users. also they need to purchase to get additional features of the app. How can i achieve this? can any one help me on this regarding to purchase some features only. thanks in advance.

Upvotes: 0

Views: 61

Answers (1)

Ankit
Ankit

Reputation: 1916

There are total 3 type of in-App purchase items available

  1. Managed(consumable and non consumable)
  2. Unmanaged(removed from in-app version-3)
  3. Subscription(Monthly and yearly)

for details check links given by @usman above in comments.

Upvotes: 1

Related Questions