Purchase Flow Guide

  • Base class for creating custom domain-specific flows that are essentially convenience wrappers around existing SDK functionality.

    See more

    Declaration

    Objective-C

    @interface EMBCustomFlow : NSObject

    Swift

    class EMBCustomFlow : NSObject
  • This class is responsible for tracking app performance during purchase flows.

    This class is thread-safe.

    See more

    Declaration

    Objective-C

    @interface EMBPurchaseFlow : EMBCustomFlow

    Swift

    class EMBPurchaseFlow : EMBCustomFlow
  • This class is responsible for tracking app performance during registration flows.

    This class is thread-safe.

    See more

    Declaration

    Objective-C

    @interface EMBRegistrationFlow : EMBCustomFlow

    Swift

    class EMBRegistrationFlow : EMBCustomFlow
  • This class is responsible for tracking app performance during subscription purchase flows.

    This class is thread-safe.

    See more

    Declaration

    Objective-C

    @interface EMBSubscriptionPurchaseFlow : EMBCustomFlow

    Swift

    class EMBSubscriptionPurchaseFlow : EMBCustomFlow