Question

Flutter support for iOS "showManageSubscriptions"

  • 25 November 2023
  • 1 reply
  • 77 views

Badge +2

How can we show the subscription management sheet in-app for iOS using showManageSubscriptions?

 

https://developer.apple.com/documentation/storekit/appstore/3803198-showmanagesubscriptions

 

I know we can use the customer's management URL, but that opens the sheet in the app store instead of in-app. Thanks.


1 reply

Userlevel 4
Badge +6

Hey @journey-tech !

 

Unfortunately it is not possible to call showManageSubscriptions on our hybrid SDK’s as of now. The best/most similar way of doing this would be using the management URL like you mentioned previously. 

Reply