Hi everyone,
I’m currently implementing Tap to Pay on iPhone following Apple’s official documentation. I’ve completed all the required configurations (entitlements, capabilities, merchant setup, etc.) on the Apple Developer portal.
However, when I archive the app and attempt to upload it to TestFlight, I receive the following error:
"Profile doesn't support Tap to Pay on iPhone. Profile doesn't include the com.apple.developer.proximity-reader.payment.acceptance entitlement."
From what I understand, this seems related to the provisioning profile not including the required entitlement, even though I believe everything has been configured correctly.
I have already tried:
- Regenerating provisioning profiles
- Verifying App ID capabilities
- Ensuring the correct entitlements are added in the project
But the issue still persists.
Has anyone encountered this issue before? Is there any additional approval step required from Apple to enable the Tap to Pay entitlement?
I’d really appreciate any advice or experience you can share. Thanks in advance!