iOS Question [Solved] How to cancel autorenewable subscription from inside app?

fredo

Well-Known Member
Licensed User
Longtime User
The B4i Store Library makes it easy to perform standard purchase actions.
But it seems to lack a direct "unsubscribe" or "cancel" feature.

While it's easy to initiate purchases, I'm struggling to find a way to programmatically cancel subscriptions.

The library seems to lack a direct "unsubscribe" or "cancel" feature.

Searching for a solution one finds this post: https://developer.apple.com/forums/thread/682245, recommending this solution: https://developer.apple.com/documentation/storekit/appstore/3803198-showmanagesubscriptions .

With these tips, there should be a way to cancel a subscription from In-App.
But due to lack of deeper insight into the implementation, I can't make this work.

Does anyone have a working solution ?
 

Computersmith64

Well-Known Member
Licensed User
Longtime User
I can't find the policy right now, but I'm pretty sure there's a requirement from Apple that if you have a subscription in an app you must provide a link to the subscription details in the user's account - so you should have the link that Erel provided in there anyway.

I've had iOS apps rejected at review in the past for not having it.

- Colin.
 
Upvote 0
Top