j3k0/cordova-non-renewing-subscription

Questions about android implementation and trial

Closed this issue · 4 comments

  1. Android doesn't have non-renewing subscriptions. How did you implement them? What items should I create in Google Play Console?

  2. If I want to give users some trial, can I do it using this plugin? How?
    (it's build-in feature of renewing subscriptions, but making trial without subscriptions is very tricky)

j3k0 commented

Thank you for the explained answer.

The main problem with trial is that there are no good place to keep initial date - both on Android and iOS local storage is deleted when application is deleted.

j3k0 commented

Understood, thank you again.