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 the delegate is set, not just in response to purchaserInfo: calls. Ensure your app is capable of handling these calls at anytime if delegate is set.
    See more

    Declaration

    Objective-C

    @protocol RCPurchasesDelegate <NSObject>