How to remove Apple pay payment processing capability from App ID

Hi! I am trying to archive my flutter app and creating an app identifier with (Groups, Associated domains, Push notifications, Sign in apple) but "Apple pay payment processing" is capability automatically added and when I create Profile provisioning its giving Provisioning profile "MSPP" doesn't support the Apple Pay capability. Provisioning profile "MSPP" doesn't include the com.apple.developer.in-app-payments entitlement. errors on xcode. I tryed to uncheck "Apple pay payment processing" in identifier and recreate Profile provioning but error reoccuring , any help, suggession very appreciated , thank you very much

Replies

It sounds like:

  • You’ve successfully removed the capability fromm the App ID.

  • That’s followed through to the allowlist in the profile.

  • Your still trying to claim the entitlement in your app.

If you were building with Xcode the standard technique is to remove the entry from your .entitlements file. I’ve no idea how that translates to your third-party tooling.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"