RevenueCat Web
#RevenueCat
https://www.revenuecat.com/docs/subscription-guidance/managing-subscriptions
キャンセル
customerInfo.managementURLを開くと、メールを飛ばすページに遷移
code:swift
Purchases.shared.getCustomerInfo { (customerInfo, error) in
let managementURL = customerInfo.managementURL
// display the managementURL in your app
}