Skip to main content

I know its not possible to cancel a user’s subscription using the RevenueCat’s SDK however we want to build a user experience in the app where if a user presses on a ‘Cancel’ button we navigate the user to the settings app of their OS. For example in React Native you can use `Linking.openURL('app-settings://notification/')` to navigate the user to the notification's settings of the app. Does anyone know what the url is for the `manage subscription` setting page in iOS and Android? 

If you want to see a real-life example of this, check out the Strava App.

Hey @Walter Holohan

 

We have a property in PurchaserInfo called managementURL which you can use for this. The property also takes into account whether the purchase was made on Android, iOS or Stripe to take the customer to the appropriate URL. On iOS, it will send you directly to the Settings page if the purchase was made on the App Store. 

 


Thanks @Andy. That is very helpful. 


Reply