I've successfully created an ad-hoc file for over-the-air installation of my app for beta testers. Everything is working as expected apart from the initial message that gets display.
When I click the install link the iPhone prompts the user with the following message:
"(null) would like to install {My App Name}"
Does anyone know how I can replace the (null) text? is there an additional setting in the .plist file I can add?
For the add-hoc distribution I have 4 files - large+small icons, app.ipa and app.plist - the .plist file conatins the urls for the icons and app and also contains the a title and subtitle field in the metadata portion. These 2 both have values in them.