The developer guide gives the sample for in-app billing, and for the subscription it takes for the same sample application, and saying to modify it for subscription.I want to modify this “Dungeons” sample application for subscription, But in the developer guide there is no info for modifying this sample to subscription. What should i change for same.I want to know complete steps for modifying this sample. Please help.
Thanks in advance.
if you implement your
InApp Product Purchasewith old billing API.then
InApp subscription. other thenmBillingService.requestPurchase(productId, Consts.ITEM_TYPE_SUBSCRIPTION, null)Restore purchases. In App subscriptions also act as a `InApp Products’I hope it helps you.