1

When deploying an in house app using the Enterprise account users get this alert when installing the .ipa

Alert image at https://i.stack.imgur.com/B5tsF.png

The alert says that the app developer is not authorized... Is there any way to avoid it ?

Leena
  • 2,678
  • 1
  • 30
  • 43
JohnP
  • 19
  • 2

1 Answers1

1

This could happen when the provisioning profile you have used to create .ipa file not contain the device UDID in which you are trying to install & failed.

cyberlobe
  • 1,783
  • 1
  • 18
  • 30
  • The ipa is build using an enterprise account which doesn't need you to specify the UDIDs... or at least I think so... :) – JohnP Jan 20 '15 at 17:05