You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
B4X FEED Google Billing: subscription "In grace period" and "Cancelled" states
برای دیدن لینک ها باید ثبت نام کنید
, subscriptions automatically renew until they are canceled. A subscription can go through the following states:
- Active: User is in good standing and has access to the subscription.
- In grace period: User experienced a payment issue but still has access while Google is retrying the payment method.
- Cancelled: User has cancelled but still has access until expiration.
- On hold: User experienced a payment issue and no longer has access while Google is retrying the payment method.
- Paused: User paused their access and does not have access until they resume.
- Expired: User has cancelled and lost access to the subscription. The user is considered churned at expiration.
My app checks the state periodically and denies user's access to paid content if the state is not one of the first three above.
As shown below, current Google Billing v5 implementation contains 3 states (Purchase.STATE_PENDING, Purchase.STATE_PURCHASED and...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید