Protocols
The following protocols are available globally.
-
Delegate for
RCPurchases
responsible for handling updating your app’s state in response to updated purchaser info or promotional product purchases.Note
Delegate methods can be called at any time after thedelegate
is set, not just in response topurchaserInfo:
calls. Ensure your app is capable of handling these calls at anytime ifdelegate
is set.Declaration
Objective-C
@protocol RCPurchasesDelegate <NSObject>