Question

Any way to call iOS / manageSubscriptionsSheet or showManageSubscriptions functions?

  • 18 January 2023
  • 1 reply
  • 771 views

Badge +2

I want to call iOS UIKit or StoreKit functions that would bring up the “Manage my subscription” sheet.

As suggested here:

https://stackoverflow.com/a/51127481/166612

UIKit: Use StoreKits showManageSubscriptions(in:) (Documentation).

SwiftUI: Use SwiftUIs modifier manageSubscriptionsSheet(isPresented:) (Documentation).

Is there a built-in way in RevenueCat (I’m using the React Native version) to bring that sheet up?

Otherwise I would suggest to implement this as it would be a really useful and simple thing to introduce.

Any idea?

Thanks!


1 reply

Userlevel 2
Badge +6

Hi Tommy,

 

You can use the `managementURL` in CustomerInfo: https://www.revenuecat.com/docs/managing-subscriptions#using-the-managementurl-to-help-customers-cancel-a-subscription

Reply