How to reproduce:
- Create and open a new project
- In the Build Profiles window, switch the platform to tvOS
- In the Package Manager, install the “com.unity.purchasing” package
- In the top menu, select Services > In-App Purchasing > Create IAP Button
- Build for tvOS
- Open the “Unity-iPhone.xcodeproj“ in Xcode
- In Xcode, click Build
- Observe the Xcode build status
Actual result: The build fails with ".../Libraries/com.unity.purchasing/Plugins/UnityPurchasing/iOS/SK2/ExternalPurchaseStandalone.swift:65:32 'ExternalPurchaseCustomLink' is only available in tvOS 18.1 or newer" error
Expected result: The Xcode build succeeds
Reproducible with: 5.4.1 (6000.3.17f1) (by reporter)
Reproducible environment: macOS 26.5.2 (M5) (by reporter)
Not reproducible environment: No other environments tested
Note: Not tested by the CQA