Bundle id’s do not include the 10 character string; it’s actually used as a prefix for the AppID. Here’s the excerpt from Apple’s “iPhone Provisioning Portal”:
An App ID is the combination of a unique ten character string called the “Bundle Seed ID” and a traditional CF Bundle ID (or Bundle Identifier).
When you created your XCode project, you may have accidentally inserted the 10 char string into the Info.plist as part of your bundle id. As a result, the iTunes store recorded the wrong bundle id (which does not include the 10 char prefix).
One thing to try is to go to apple’s site and create a new AppID where you specify “XXXXXXXXXX.com.amesomeware14.uFailLite” as the bundle id. Your resulting AppID will look like:
xxxxxxxxxx.XXXXXXXXXX.com.amesomeware14.uFailLite where “xxxxxxxxxx” is some new seed id generated by apple’s site and “XXXXXXXXXX” is your seed id from your prior AppID.
[import]uid: 26 topic_id: 1475 reply_id: 4568[/import]