getExternalPurchaseCustomLinkTokenIOS abstract method

Future<ExternalPurchaseCustomLinkTokenResultIOS> getExternalPurchaseCustomLinkTokenIOS(
  1. ExternalPurchaseCustomLinkTokenTypeIOS tokenType
)

Get external purchase token for reporting to Apple (iOS 18.1+). Use this token with Apple's External Purchase Server API to report transactions. Reference: https://developer.apple.com/documentation/storekit/externalpurchasecustomlink/token(for:)

Implementation

Future<ExternalPurchaseCustomLinkTokenResultIOS> getExternalPurchaseCustomLinkTokenIOS(ExternalPurchaseCustomLinkTokenTypeIOS tokenType);