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