I can’t see how to build an app and set an app identifier that is different to the app name. Is this possible? [import]uid: 8353 topic_id: 2093 reply_id: 302093[/import]
If I understand your question, the App ID is what you set on the Apple Dev site and is associated with your Development Provisioning Profile. When you build an app in Corona you specify the Profile in the Code Signing Identity, which is associated with the Apple App ID. This field allows you to select from multiple profiles.
This is from the Apple site:
“… Specify a single App ID for the Development Provisioning Profile. Each Development Provisioning Profile can specify only ONE App ID, therefore, if you have applications requiring different Keychain access, you will need to create a separate Development Provisioning Profile for each of those applications. If you are installing a suite of applications with the same required Keychain access or have a set of applications not requiring access to the Keychain, use an App ID containing the wild-card asterisk character to build all of your applications.”
-Tom [import]uid: 7559 topic_id: 2093 reply_id: 6260[/import]
Thanks for replying.
I was referring to the identifier column in the iPhone configuration tool. I don’t think that’s the same as what you mention.
When I “open for build” I kinda expected there would be 2 fields to specify both the app name and ID. Example:
App name = my app
App ID = com.mycompany.myapp
When I use the config tool all other apps listed have different values for the 2 fields.
[import]uid: 8353 topic_id: 2093 reply_id: 6270[/import]
The “App ID = com.mycompany.myapp” is defined in the Provisioning profile (developer.apple.com). If you select a build in Corona using that same profile, you should get that App ID.
-Tom [import]uid: 7559 topic_id: 2093 reply_id: 6277[/import]
Thanks, I’ll give it a try
[import]uid: 8353 topic_id: 2093 reply_id: 6300[/import]
So…we can’t use wildcard app ids…I just tried and I can’t install the generated bundle on my device as it causes confusion over non existant CFBundleExecutable
I have always used wildcard app ids as it saves hundreds of visits to the dev portal…any fixes? [import]uid: 6086 topic_id: 2093 reply_id: 7338[/import]
We use wildcard provisioning profiles internally all the time. Can you describe the error that you’re getting? [import]uid: 3 topic_id: 2093 reply_id: 10172[/import]