I have followed the steps to get an iOS Enterprise Distribution to detect an update and install over the air given here:
How to update ios6 enterprise apps over the air
When I push a new .ipa and .plist file, my app updates as expected. However, when it is trying to update there is an alert dialog that shows up with the following text:
<server-name> would like to install "<app-name>"
Is there a way to customize this text, or to accept the dialog automatically? I would like to inform our internal users that this is an update that they need to install. The default text would most likely cause some confusion.