Hi, application that i'm working on uses NFC which is invoking Apple Pay. I've got permission from Apple to suppress it. I've set com.apple.developer.passkit.pass-presentation-suppression to true. Then i had to follow instructions from email:
Go to the developer website, login, edit provisioning profile, select the entitlement from the drop down menu
In first step i don't have dropdown to select entitlements
From the Xcode IDE, go to Build Settings, ensure same profile from Step 1 is selected to sign the app
Add entitlement manually to the entitlement plist.
Any manually created provisioning profile fails to sign app due to missing entitlement. Using automatic signing also fails. I couldn't find any relevant informations about this issue over the web.
Thanks for your help