I am banging my head on the wall with that identifier thing. When I go into App Dev and try to create a new identifier, I cannot simply create com.myapp.whatever. I have to use a prefix like 6Q8KY5J3AB. So now should I put
6Q8KY5J3AB.com.myapp.whatever into my project Bundle Identifier, or simply com.myapp.whatever and assume the prefix is added automatically.
Your bundle identifier and your Apple Identifier should be of the form com.mycompany.appname. Also, you should create a wildcard profile for com.mycompany.* for new projects until you get the identifier locked down.
Responding specifically to @Tony Marino - you may need to redownload and reinstall your certificates and profiles. Mine had gotten very messed up at one point when I updated from Xcode 5.x to Xcode 6. Reinstalling solved the problems here.
You can also make a single profile using a full wildcard app ID (just *) and be fine for any of your apps. This is now Apple’s new default rather than per-app identifiers.
After many tries I finally got it working.
For the wildcard ID does not work. Xoxo kept asking for the Provisioning Profile.
Until I saw the screenshot of Tim. All his apps uses a full identifiers : com.mycompany.appname
And this worked for me too.
So if you cannot get it working, try adding an app ID without the wildcard. That worked for me.
[quote=154068:@Christoph De Vocht]After many tries I finally got it working.
For the wildcard ID does not work. Xoxo kept asking for the Provisioning Profile.
Until I saw the screenshot of Tim. All his apps uses a full identifiers : com.mycompany.appname
And this worked for me too.
So if you cannot get it working, try adding an app ID without the wildcard. That worked for me.[/quote]
Funny : I just experienced the opposite. I was stuck until I dropped any pretension to use a full fledged identifier, dumped all ill formed provisional profiles using that, and went straight for wildcard only
Odd, with a wildcard I just could not get it working (and boy, did I try a lot of times).
Anyhow, I think the documentation with the step-by-step isn’t very clear on this. Some steps aren’t even fully explained.
This needs a better documentation with more screenshots.
[quote=154078:@Christoph De Vocht]Anyhow, I think the documentation with the step-by-step isn’t very clear on this. Some steps aren’t even fully explained.
This needs a better documentation with more screenshots.[/quote]
+1
There should be precise examples of what to do, with the content each field should have in both the IDE, and in the app information about in iTunes Connect where the identifier is needed. I am still not sure.
Michel - don’t feel too bad over a day. When we started with an Xcode app and the App Store back in the day, it took us over a week to get our profiles sorted. And that was WITH Apple’s help!
[quote=154078:@Christoph De Vocht]Anyhow, I think the documentation with the step-by-step isn’t very clear on this. Some steps aren’t even fully explained.
This needs a better documentation with more screenshots.[/quote]
You’re probably right but, to be fair, this can be a complicated procedure regardless of whether you’re using Xojo or not. It’s been a pain in the *** for me for years.