After much kicking and screaming, after upgrading to Xcode + iOS4 GM, I was unable to upload apps for submission to the app store. I kept getting: "The binary you uploaded is invalid. The application-identifier entitlement is not formatted correctly; it should contain your 10-character App ID Seed, followed by a dot, followed by your bundle identifier." This was very annoying since I needed to resubmit fixed apps to work on iOS4. Finally I figured it out! I am going to share my solution with you...
< ?xml version=”1.0″ encoding=”UTF-8″?>
< !DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” “http://www.apple.com/DTDs/PropertyList-1.0.dtd”>
application-identifier
##########.com.nuwex.appname
get-task-allow
keychain-access-groups
##########.com.nuwex.appname
Read More