Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

An app ID with Identifier 'com.Company.ProductName' is not avalible, please enter a different string

Tags:

xcode

unity3d

Trying to test my unity app in xcode and when I click run it says:

An app ID with Identifier 'com.Company.ProductName' is not avalible, please enter a different string

Any ideas? Thanks

like image 908
lego116 Avatar asked Oct 02 '15 02:10

lego116


3 Answers

App ID must be globally unique. That is why reverse DNS naming convention is suggested. Please ensure your Bundle Identifier is unique.

like image 61
Abhinav Avatar answered Sep 25 '22 15:09

Abhinav


Before you build your app, in unity go into -

Build Settings > Player Settings > Bundle Identifier

Change this to com.Company.ProductName format. You can change your company and product name in the player settings.

Cheers.

like image 31
Antz Avatar answered Sep 22 '22 15:09

Antz


I faced the same problem when i upgraded my Xcode to 7.3 and it showed me the same error in every project. The simplest solution that i found was to just the remove the apple account from Xcode and add it again.

To remove just go to Xcode > Preferences > Select the account and click on - sign.

enter image description here

If in case this still doesn't work . Then perform a next step of downing your provisioning profile again and run it.

Hope this helps. All the best

like image 39
Kunal Gupta Avatar answered Sep 26 '22 15:09

Kunal Gupta