I\'m developing an iPhone app and doing ad-hoc distribution for beta testing. My users are sending me crash logs that say this:
Identifier: MyAppName
Versi
For adhoc and beta testing, just change your identifier. MyAppNameV1.0b36
instead of MyAppName
Obviously this won't work for your App Store version, but it will get you through beta testing.
Note that this probably requires a wildcard ad hoc profile, but these can be easily made through the developer portal.