I am using the Android In App BIlling v3 library, and when I call
bp.subscribe(Activity, subscriptionID)
I get the Google Play purchase window, but the biling period is always 'per day', and the trial period is always '1 day'.
I have configured my subscription to have:
- Billing Period: Yearly
- Free Trial Period: 15 days
- Default Price: $12
Using the above configuration, my App shows the purchase details as:
1 day trial $12.00 / day
Library documentation says nothing. Tried to Google it, can't find anything.. Am I the only one getting this??
Thanks.
This is a normal response. I guess you're testing with an account added as a tester to Google Play account. Test subscriptions are valid for 1 day and get cancelled after 1 day.
Quoting the official docs
Note: Test subscription purchases recur daily, regardless of the product's subscription period.
来源:https://stackoverflow.com/questions/32444481/android-in-app-billing-v3-wrong-subscription-trial-period