Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apple Pay error: Add Merchant ID to your App ID

I've followed every step in setting up the Apple Pay certificate and my Merchant ID is set up and added to the App ID on my Apple Developer Account, but Xcode is still showing me an error that i need to "Add Merchant ID to App ID". I think my screenshot below clearly demonstrates that I have done so.

I only have one merchant ID so it's not that I'm pointing to the wrong ID. Can anyone guess what I may be missing or maybe I missed a step between downloading and authenticating my certificate?

Screenshot of merchant id as it appears in Xcode

Screenshot of App ID on my Apple Developer Account:

Screenshot of enabled Merchant iD

like image 446
Friendly-Robot Avatar asked Mar 20 '18 20:03

Friendly-Robot


1 Answers

Don't know why it took so long to display this instruction underneath "Add Merchant IDs to your App ID". If you're patient enough, it will say "The operation requires a bundle identifier". At this point, you go to your project's Build Settings > Product Bundle Identifier, then input your app's bundle identifier, i.e., com.your.app.name

like image 124
Friendly-Robot Avatar answered Sep 18 '22 00:09

Friendly-Robot