iOS Enterprise App: Distribute Over the air : Untrusted Enterprise Developer

跟風遠走 提交于 2020-01-04 05:52:15

问题


I have uploaded my .ipa and manifest.plist to my server (say : https: // www.xxxxxxx . xom/app/). And I created a install page in that server.

In that install html page I have the hyper link to download my app

<a href="itms-services://?action=download-manifest&url=http s: // xxxxxxx.com/ios/manifest.plist">
Download My  iOS App
</a>

If I try to install the app through this install page, the app get downloaded and installed. When I tap the app, it shows "untrusted Enterprise developer". And also I cant able to see "Profile and device management" in the setting app

Kindly help me how can i get rid of this "Untrusted Enterprise Developer"

Note: I have already installed different certificate in my phone. Thats why It is not showing for my phone. But it is working in other iPhones


回答1:


In general settings of your iphone you could see Device management. Move into the section and trust your enterprise developer account.




回答2:


Here is proper document from Apple - Install custom enterprise apps on iOS

Installing and Trusting an Enterprise App

When you first open an enterprise app you've manually installed, you see a notification that the developer of the app isn't trusted on your device. You can dismiss this message but you can't open the app.

After dismissing this message you can establish trust for this app developer.

(Tap) Settings ▶ General ▶ Profiles or Profiles & Device Management.

You then see a a profile for the developer under the "Enterprise App" heading.

Tap the profile to establish trust for this developer.

You're then prompted to confirm your choice. Once you trust this profile, you can manually install other apps from the same developer and open them immediately. This developer remains trusted until you use the Delete App button to remove all apps from the developer.



来源:https://stackoverflow.com/questions/47628144/ios-enterprise-app-distribute-over-the-air-untrusted-enterprise-developer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!