Skip to main content

Specifically for Google Play:

  1. Can we see if the user has paused the subscription?
  2. Can we pause the subscription via the SDK (or send the user the right place to do so)?

Can we see if the user has paused the subscription?

Yes, we send SUBSCRIPTION_PAUSED events for this. 

 

Can we pause the subscription via the SDK (or send the user the right place to do so)?

As of now we do not support pausing subscriptions via the SDK, but we do have a way to defer a Google subscription, via the RevenueCat API: https://docs.revenuecat.com/reference/defer-a-google-subscription

In terms of a user pausing it themselves, Google has instructions on how to do so here: https://support.google.com/googleplay/answer/7018481?hl=en-GB&co=GENIE.Platform%3DDesktop#:~:text=Check%20if%20you%27re%20signed,that%20you%20want%20to%20pause.&text=Pause%20payments


Reply