In Android development with Google Billing, how do I get the billing frequency for a Subscription
SkuDetails.subscriptionPeriod()
returns a date string. Is there a way to get the billing frequency for example monthly
or yearly
or am I going to have to just cleverly code this to match what I have in console?