|
Hi, I've read the docs concerning this, but I still don't understand what I need to put in the Bundle Identifier in the Player Settings. When I make an new project in XCode (non-Unity) in the plist I automatically get: com.yourcompany.${PRODUCT_NAME:***identifier} (I put *s because I don't know if those digits are specifically for me!) So I tried using this in Unity's player settings, but when I do a build and look in XCode, the entry now says: com.yourcompany.${PRODUCT_NAME:identifier} At this stage I don't have a com. name, and as I'm just writing test apps I don't have a game name set up in a provisioning certificate. My apps written in XCode run on iphone with no problems, so I think my provisioning profile is OK, but Unity builds have many different errors related to product names, app names, and occasionally, DWARFS. Can anyone suggest what to enter for the Bundle Identifier? And what settings to use in XCode to get it to compile? Thanks Steve
(comments are locked)
|
|
Just enter 'com.yourcompany.appname' and no digits EDIT:
The rest is fairly straight forward. The important steps are 5 and 6 Thanks, I'd hoped that I could just put anything there. But other posts suggest that you need actual names there, however, I can't find any advice on what actual names are. (e.g. http://answers.unity3d.com/questions/7687/unity-iphone-app-deployment-help "make sure you have the right name in the player settings. (Probably "com.YourCompanyName.NameOfGame" with the last two items set to the actual names.)" Or from the docs: "The Bundle Identifier string must match the provisioning profile of the game you are building"
Jul 23 '10 at 03:26 PM
FourSheds
Is there any reason why you can't just create an app ID with proper names in them in the provisioning portal on the apple developers site? Seems like a simple fix.
Jul 23 '10 at 04:01 PM
spinaljack
Thanks. OK, when I applied for my provisioning certificate, it asked me for an App ID.Maybe it's the root of all my troubles! I was only joining the program to get a developer certificate, I wasn't ready with an app yet! So I just put 'MyNewApp', and named the profile MyNewProfile. Does this mean all my software now has to be named MyNewApp, made by a company called MyNewProfile? Given this info, should the Bundle Identifier be com.MyNewProfile.MyNewApp? If not, I'm certain I was NEVER asked to supply a company name that would fulfil the com.companyName, so what 'proper name' should be used?
Jul 23 '10 at 04:21 PM
FourSheds
You can make as many App IDs as you want
Jul 23 '10 at 10:32 PM
spinaljack
Many thanks for the step-by-step, spinaljack, it's been a tremendous help. Got it now!
Jul 24 '10 at 08:45 AM
FourSheds
(comments are locked)
|
|
hi, i'm newbie... I would like to uploading my second app in itunesconnect, I am confused with bundle id, whether to upload my new app, I need to register a new id bundle on http://developer.apple.com/ios/manage/bundles/index.action or not? sorry my english bad thank you
(comments are locked)
|
