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.
Page 1 / 1
Hey
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
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.