Bundle Identifier changes the 2 (first digit) into a -

I have the bundle identifer typed in as follows: 2CE5V73989.com.CompanyName.AppName


But it gives me this error: Provisioning profile "AppName" has app ID "2CE5V73989.com.CompanyName.AppName", which does not match the bundle ID "-CE5V73989.com.CompanyName.AppName".


It automatically changes the 2 into a - for some reason. Any ideas on why this happens and how to fix it if at all possible?

Get rid of/never use everything preceding com.CompanyName.AppName


The change is simply due to truncation as part of the error.

Hi JDNEIDIG,

i have the same Problem with my prefixed Bundle Identifier. I experience also the issue that with this type of BundleId NSUserActivity not working anymore under iOS >=11.0. The spotlight search ignores these SpotlightSearch/NSUserActivity entries completly.

Bundle Identifier changes the 2 (first digit) into a -
 
 
Q