I work in a bank and we added Apple Pay (adding card to wallet through it).
Everything works fine, but something wrong with signing.
I removed all provision profiles and created them on developer.apple.com with Entitlements containing “ApplePay In-App Provisioning Development”
File .entitlements contains <key>com.apple.developer.payment-pass-provisioning</key>
<true/>
And if I choose manual signing I can use these created profiles and everything is OK.
If I use "Automatically manage signing", I get an error
"Provisioning profile "" doesn't include the com.apple.developer.payment-pass-provisioning entitlement."
And it looks like Xcode recreate these profiles without Entitlements containing “ApplePay In-App Provisioning Development”, so it shows me this error.
What can I do to use “Automatically manage signing” with turn on apple pay?
Matt Eaton
DTS Engineering, CoreOS
meaton3@apple.com