Instance Method

restorePurchases(completion:)

This method will post all purchases associated with the current App Store account to RevenueCat and become associated with the current appUserID. If the receipt is being used by an existing user, the current appUserID will be aliased together with the appUserID of the existing user. Going forward, either appUserID will be able to reference the same user.

Declaration

@objc func restorePurchases(completion: ((CustomerInfo?, Error?) -> Void)? = nil)

Discussion

You shouldn’t use this method if you have your own account system. In that case “restoration” is provided by your app passing the same appUserID used to purchase originally.

See Also

Managing Subscriptions