Building for iOS - What is my bundle identifier?

Hi!

We are having trouble building for iOS. The error appearing says that the Bundle identifier is wrong and does not match the one in the Dev. Profile.

The bundle identifier usually looks like this: com.companyname.appname

However, our bundle identifier in the developer.apple.com is simply 6 numbers!
How do we setup the correct bundle ID in Unity?
We’ve tried all sorts of different solutions without any success.

Can somebody assist us in solving the “riddle” below?

com. (companyname? Where do we get the exact typing from?) . (appname/ ID? The 6 numbers?)

Thank you!


Hey ZpetsnaZ and thanks for reaching out. The bundle id for IOS games is an integer such as 123456 where as for Android it is looks like com.companyname.appname. Are you trying to build inside the editor?

Hi,
Thanks for the quick respons.
How would your iOS bundle ID look inside the Player Settings right before building?

When trying to do it like this:
Bundle ID: 123456
or
Bundle ID: teamID.123456
We get an error in Unity during build. See attached photo.

How is it supposed to look?

6965606--820691--Screenshot_3.png

1 Like

Did you solve this? Any answer?