BTNPurchasePathErrorCode

enum BTNPurchasePathErrorCode : Int, @unchecked Sendable

Undocumented

  • An unknown error occurred

    Declaration

    Swift

    case unknownError = 0
  • Purchase Path not found

    Declaration

    Swift

    case pathNotFound = 1
  • Failed to open url in app or browser

    Declaration

    Swift

    case openURLFailed = 2
  • Failed to open app with app scheme

    Declaration

    Swift

    case openAppSchemeFailed = 3
  • Failed to open universal link in app

    Declaration

    Swift

    case openUniversalLinkFailed = 4
  • The destination app is not installed. Installs are not configured for this partnership.

    Declaration

    Swift

    case appNotInstalled = 5