IOS Enterprise Distribution Warning

I have an iOS application that I distribute using the enterprise distribution method (placing an IPA file on a website). When the user installs the application, a warning message appears, which reads:

Are you sure you want to open the "Application Name" application from the developer "iPhone Distribution Certificate Name"

A client asks if there is a way to change this warning message so that it doesn’t read “iPhone distribution”

I assume that at some point in the future Apple is going to change the “iPhone Distribution / Development Certificate” to “iOS,” but is there any change to this warning message at the same time?

+6
source share
1 answer

This is a standard message. This will be displayed when the application is launched only for the first time, and not during subsequent launches. This is an informational message that appears when you distribute the application using an adhoc enterprise profile license. It is for the user to check and trust the distributor, otherwise the user may exit and delete the application.

0
source

Source: https://habr.com/ru/post/893073/


All Articles