-
Original ContentI've not found anywhere in the documentation of this library on how to get the token to later report the transaction to apple, in their official documentation they mention the token method, but i've not found anything like that here. Description The library is missing support for two important features of Apple's
Both of these steps are documented in Apple's official documentation and should be supported by this library. Missing Methods Expected Solution The library should either:
🤖 Formatted by gitdog.dev |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
Great news! 🎉 This functionality has been implemented in PR #3136: feat(ios): add ExternalPurchaseCustomLink API support (iOS 18.1+) The PR adds three new APIs for the ExternalPurchaseCustomLink feature: New APIs
Requirements
This PR is ready for review and will be included in the next release. Feel free to test it out! |
Beta Was this translation helpful? Give feedback.
Great news! 🎉
This functionality has been implemented in PR #3136: feat(ios): add ExternalPurchaseCustomLink API support (iOS 18.1+)
The PR adds three new APIs for the ExternalPurchaseCustomLink feature:
New APIs
isEligibleForExternalPurchaseCustomLinkIOS()- Check if app is eligiblegetExternalPurchaseCustomLinkTokenIOS(tokenType)- Get token for Apple reportingshowExternalPurchaseCustomLinkNoticeIOS(noticeType)- Show disclo…