Solved

Is there a way to pause subscriptions with the SDK?

  • 8 January 2023
  • 1 reply
  • 125 views

Userlevel 1
Badge +6

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)?
icon

Best answer by Haley Pace 11 January 2023, 18:24

View original

1 reply

Userlevel 4
Badge +8

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