How to configure wildcard app id

I have a few apps in the store and decided to try the wildcard app id route. I've created an app id of com.mycompany.*

Then I am using the full app name as a bundle identifier in XCode 9.1. com.mycompany.MyApp.


When I build an archive and try to validate it I get the error: "No suitable application records were found. Verify your bundle identifier 'com.mycompany.MyApp' is correct."


I have tried restaring XCode which seems to be necessary when changing the bundle ID.


What am I doing wrong?

Accepted Reply

>When I build an archive and try to validate it I get the error


Maybe you need to review this document.


>I have tried restaring XCode which seems to be necessary when changing the bundle ID.


Instead, did you try an option-clean build folder' on that project? Use the Product menu with the option key pressed.


Are you using auto code signing?


Do you see that bundleID in the Member Center/C,I&P?


About wildcard bundleIDs, see QA 1713: https://developer.apple.com/library/content/qa/qa1713/_index.html

Replies

>When I build an archive and try to validate it I get the error


Maybe you need to review this document.


>I have tried restaring XCode which seems to be necessary when changing the bundle ID.


Instead, did you try an option-clean build folder' on that project? Use the Product menu with the option key pressed.


Are you using auto code signing?


Do you see that bundleID in the Member Center/C,I&P?


About wildcard bundleIDs, see QA 1713: https://developer.apple.com/library/content/qa/qa1713/_index.html