遠程安裝應用程序(使用 MDM) (Installing an app remotely (using MDM))


問題描述

遠程安裝應用程序(使用 MDM) (Installing an app remotely (using MDM))

I have read the Apple documentation regarding Mobile Device Management (MDM) but did not find what I was looking for. Can somebody help me with the following?

  1. I have an enterprise account and I want to manage a few devices using MDM. Is it possible to install applications remotely (from the server side) to these devices that I am managing?

  2. If yes, can someone give the procedure of doing it or some documentation related to this?

Thanks.


參考解法

方法 1:

iOS 5 has added the ability to push a URL to the application manifest to the device using MDM, at which point the user will be asked if they want to install the application. The Apple MDM documentation has been updated to include the XML required to support this.

方法 2:

You can host an application on your server with distributed profile. please see following link under Installing app Installing Apps Wirelessly.

https://developer.apple.com/library/ios/#featuredarticles/FA_Wireless_Enterprise_App_Distribution/Introduction/Introduction.html

方法 3:

Apple's Mobile Device Management (MDM) APIs do not provide a way for the server to initiate the installation of an application. However, you can create an internal website to host your enterprise applications so your user's can download and install the apps wirelessly. The Apple spec for this can be found at Distributing Enterprise Apps for iOS Devices: Installing apps wirelessly Please note that you do not need an MDM server to do this. These two things are not related.

One interesting tidbit: The manifest file described in the spec can contain multiple apps. This allows you to provide your user's with a single link that could install a suite of applications if you wanted to. 

(by SandyAbstractecANUPMichael Gaffney)

參考文件

  1. Installing an app remotely (using MDM) (CC BY-SA 3.0/4.0)

#mdm #iphone






相關問題

如何部署 MDM 簽到服務器? (How to deploy a MDM check-in sever?)

如何使用tomcat接收和響應HTTP PUT? (How to use tomcat to receive and response the HTTP PUT?)

更新託管應用程序和 App Lock Payload (Updating managed application and App Lock Payload)

Chính sách MDM của iOS (iOS MDM policies)

ipa 文件包含非法字符? (ipa file contains illegal characters?)

MacOSX 服務器 - 註冊 (MacOSX Server - Enrollment)

使用 MDM 解決方案發布 iOS 應用 (Publish iOS app using MDM solution)

遠程安裝應用程序(使用 MDM) (Installing an app remotely (using MDM))

如何配置 Apache 以接受具有 TLS v1.2 的過期客戶端證書? (How configure Apache to accept expired client certificate with TLS v1.2?)

如何使用 MDM 訪問 Apple Push Notification 的內容? (How to access content of Apple Push Notification by using MDM?)

如何使用設備的自定義屬性來獲取產品的版本號 (How can I use Custom Attributes for devices in order to get Version number of Products)

Xamarin IOS 需要重定向到 BB Access 以進行 OpenID 連接 (Xamarin IOS needs to redirect to BB Access for OpenID connection)







留言討論