How to create explicit app id for iPhone application that wants use some Store technologies? Do we need to do it in Portal or in XCode project settings? App Id has the format com.comanyName.productName. What should be the format for explicit App Id?
Asked
Active
Viewed 642 times
1 Answers
0
You should do this in the developer portal and also in the Xcode - you need to make sure, the App ID is same in both places!
Best practice is [country code].[your company].[optional-project].[app name]
Country code meaning - if you're from Czech Republic, or Slovakia, it is probably better for you to go with cz or sk, rather than com.
This may also help you how to do it in the portal.
-
Thank you for the reply. My question is: How an external app id is identified as external? We add the App Ids in the Portal for which we want to create Profile. How this App Id and external App Ids are distinguished? – spd May 30 '13 at 14:24
-
I am sorry, but I have no idea what you mean by external, could you try to explain it? – Michal May 30 '13 at 15:19
-
I am sorry that I mentioned it wrong, it is not external, it should be explicit – spd May 31 '13 at 07:14
-
https://developer.apple.com/library/mac/#documentation/IDEs/Conceptual/AppDistributionGuide/ProvisioningStoreTechnologies/ProvisioningStoreTechnologies.html Hit cmd + F / ctrl + F and search for 'explicit' - I hope you find this link helpful :) – Michal May 31 '13 at 08:49