Bundle identifier Error

After upgrading to Unity4.3.
A error occurred with a below message when building a project.
http://forum.unity3d.com/attachment.php?attachmentid=14886&d=1289810128

I changed a initial of each segments small from large to solve the problem.
so i fixed it.

why…? =\

Hi.

You are using “433” as Company name, and, as you can see in the last phrase “Each segment must not start with a numeric character”.

I’m receiving the same error. Although I “should” have the correct naming convention.

You need to set the name like this, see the example:

Company Name: “My Company”
Product Name: “My Product”

In the Bundle identifier you will set like this:

com.MyCompany.MyProduct

I’ve tried every combination I could think of for both inputs. My testcompany, mytestcompany, company, companytest 01 etc. Same for the product name. No matter what I input it seems to return an identifier error.

On Company name you just input your name or your company name… Only in the field “Bundle Identifier” you need to use the com.YourCompany.YourProduct

Stupid me, the identifier bundle field was hidden in the “other settings” menu.
The naming convention fixed it, thanks for the tip and sorry for derailing the thread.

1 Like