Android In App BIlling v3 - Wrong Subscription Trial Period

≡放荡痞女 提交于 2019-12-01 06:40:36

问题


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.


回答1:


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!