Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 08-26-2008, 12:58 AM   #1 (permalink)
New Member
 
Join Date: Jul 2008
Posts: 38
hogeo is on a distinguished road
Default App Submission Issue

Hi everyone,

I tried to submit my app via iTunes Connect.
But, soon after finishing submission steps, I got a message from Apple, which says there's an issue of bundle identifier format. Following is Apple's message to me.

Invalid Bundle Identifier Format - The bundle identifier, as specified via the key CFBundleIdentifier in the bundle's Info.plist file, must be a syntactically valid Uniform Type Identifier (UTI); that is, it must consist only of characters that are uppercase or lowercase Roman letters (A-Z, a-z), the digits 0 through 9, dot ("."), or hyphen ("-"), or Unicode characters greater than U+007F.

Then, I look at Bundle Identifier in Info.plist in my project. And currently I have this format which looks like:
Bundle Identifier | com.yourcompany.${PRODUCT_NAME:identifier}


Actually I didn't change this part at all from the beginning.
My question is:

Should I modify Bundle Identifier?
If so, how should I modify?
Should I change "PRODUCT_NAME" and specify my app's name??
Or is there anything else which causes this issue?
How should I deal with this issue??

Any help is really appreciated!

Thanks, hogeo
hogeo is offline   Reply With Quote
Old 08-26-2008, 03:39 AM   #2 (permalink)
New Member
 
Join Date: May 2008
Posts: 44
marlon is an unknown quantity at this point
Default hi hogeo

i changed it to

com.mycompanyname.appname, and it works.
the error message comes up right after you upload your app so you can try a little with the bundle identefier.

hope that helps
__________________
alkohol ist der grund und die lösung für all meine probleme
marlon is offline   Reply With Quote
Old 02-19-2009, 07:36 AM   #3 (permalink)
Asa
New Member
 
Join Date: Feb 2009
Location: Bangkok, Thailand
Posts: 45
Asa is on a distinguished road
Default

Okay - I have been dealing with this same error all day long. Can anyone help me figure out why it keeps giving the same old "The binary you uploaded was invalid. The signature was invalid, or it was not signed with an Apple submission certificate."

I have both certificates from distribution and development in my keychain.


One potential problem I notice may be when going into the Targets build under Code signing identity i click on that and it shows a drop down box and you can choose Iphone Developer name. Then right below that it says any iphone OS Device. What should be in this box? Again it shows Iphone Developer Name.

What am I missing here?
Asa is offline   Reply With Quote
Old 02-19-2009, 07:51 AM   #4 (permalink)
New Member
 
Join Date: Sep 2008
Posts: 3
leafeater is on a distinguished road
Default

Quote:
Originally Posted by hogeo View Post
Hi everyone,

I tried to submit my app via iTunes Connect.
But, soon after finishing submission steps, I got a message from Apple, which says there's an issue of bundle identifier format. Following is Apple's message to me.

Invalid Bundle Identifier Format - The bundle identifier, as specified via the key CFBundleIdentifier in the bundle's Info.plist file, must be a syntactically valid Uniform Type Identifier (UTI); that is, it must consist only of characters that are uppercase or lowercase Roman letters (A-Z, a-z), the digits 0 through 9, dot ("."), or hyphen ("-"), or Unicode characters greater than U+007F.

Then, I look at Bundle Identifier in Info.plist in my project. And currently I have this format which looks like:
Bundle Identifier | com.yourcompany.${PRODUCT_NAME:identifier}


Actually I didn't change this part at all from the beginning.
My question is:

Should I modify Bundle Identifier?
If so, how should I modify?
Should I change "PRODUCT_NAME" and specify my app's name??
Or is there anything else which causes this issue?
How should I deal with this issue??

Any help is really appreciated!

Thanks, hogeo
You need to change the yourcompany part of the string: com.yourcompany.${PRODUCT_NAME:identifier} to actually be the company name that you registered in iTunes Connect.
leafeater is offline   Reply With Quote
Old 02-19-2009, 07:57 AM   #5 (permalink)
Asa
New Member
 
Join Date: Feb 2009
Location: Bangkok, Thailand
Posts: 45
Asa is on a distinguished road
Default

Quote:
Originally Posted by leafeater View Post
You need to change the yourcompany part of the string: com.yourcompany.${PRODUCT_NAME:identifier} to actually be the company name that you registered in iTunes Connect.


Okay I tried com.mycompanyname.appname Is this the right order?

My name is just my individual name. com.derrickgooch.appname < should this be all lowercase or is it case sensitive?

Or should you keep it like this com.derrickgooch.${appname:identifier}

Thanks...

Last edited by Asa; 02-19-2009 at 08:04 AM.
Asa is offline   Reply With Quote
Old 02-19-2009, 08:40 AM   #6 (permalink)
Registered Member
 
Join Date: Dec 2008
Posts: 77
aceallways is on a distinguished road
Default

the only time this happened to me was when my name had a space in it, so I removed the space...
__________________
http://www.meerkata.com
aceallways is offline   Reply With Quote
Old 02-19-2009, 09:05 AM   #7 (permalink)
New Member
 
Join Date: Sep 2008
Posts: 3
leafeater is on a distinguished road
Default

Quote:
Originally Posted by Asa View Post
Okay I tried com.mycompanyname.appname Is this the right order?

My name is just my individual name. com.derrickgooch.appname < should this be all lowercase or is it case sensitive?

Or should you keep it like this com.derrickgooch.${appname:identifier}

Thanks...
com.derrickgooch.${PRODUCT_NAME:identifier} should do it. Also make sure that your Distribution Build Code Signing Identity matches your Distribution Provisioning Profile. There is a good walkthrough on how to set that up on the iPhone Developer Program Portal. Hope that helps.
leafeater is offline   Reply With Quote
Old 02-19-2009, 07:30 PM   #8 (permalink)
Asa
New Member
 
Join Date: Feb 2009
Location: Bangkok, Thailand
Posts: 45
Asa is on a distinguished road
Default

Quote:
Originally Posted by leafeater View Post
com.derrickgooch.${PRODUCT_NAME:identifier} should do it. Also make sure that your Distribution Build Code Signing Identity matches your Distribution Provisioning Profile. There is a good walkthrough on how to set that up on the iPhone Developer Program Portal. Hope that helps.
Leafeater and others that responded...Thank You! For future reference to anyone.. I found 3 things I was missing and the above was one... The other was I had to drag over the distribution certificate to the appropriate file instead of just dragging to xcode. Not sure why still! The last was my app is a book so it has more than one word in it and I left spaces so the Plist was pulling _ _ to combine the words but this is against protocol.

Therefore, I clicked on products > right click > find in finder > reveal project > choose plist and changed that file directly and then went back in my project and changed the other names. BAMMMM! Approved.... LOL I don't look forward to now updating this thing.... Anyway thanks for responding that helped me allot.
Asa is offline   Reply With Quote
Reply

Bookmarks

Tags
bundle identifier, issue, submission, uti

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 349
10 members and 339 guests
givensur, glenn_sayers, guusleijsten, ipodphone, jbro, mediaspree, mtl_tech_guy, Punkjumper, whitey99, yys
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,649
Threads: 94,114
Posts: 402,883
Top Poster: BrianSlick (7,990)
Welcome to our newest member, Anwerbl
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 09:34 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0