Android: How to Program a Subscription Product Payment Period

How do we programmatically get the billing period (monthly / yearly) of a subscription product using in-app billing in Android? I would like to display the price of a product, for example $ 0.99 / mo. Since I am deploying my application to multiple countries, I would like it to be appropriately converted to local currency and monthly payment presentation style ...

+3


source to share





All Articles