English 中文(简体)
如果有的话,如何利用管理、监测和评价系统增加和删除申请?
原标题:If it carries out, how can an addition and deletion of application be performed using MDM?
  • 时间:2012-05-19 01:36:27
  •  标签:
  • ios
  • mdm

I am using "APNs" of Apple, and "MDM". The list of applications is also acquirable from the iOS terminal using "MDM". But, an addition and deletion of application can not be performed. The error message that there is nothing under management of "MDM" is displayed. It is the application of the self created by the enterprise that I am trying to perform an addition and deletion of application.

这并不是一个错误的信息。

Iphone Configuration Manager Utility (IPCU). Below has a log.

May 23 04:51:18 iPhone mdmd[1134] <Notice>: (Note ) MDM: mdmd starting...
May 23 04:51:18 iPhone profiled[1135] <Notice>: (Note ) profiled: Service starting...
May 23 04:51:18 iPhone mdmd[1134] <Notice>: (Note ) MDM: Network reachability has changed.
May 23 04:51:18 iPhone mdmd[1134] <Notice>: (Note ) MDM: Network reachability has changed.
May 23 04:51:18 iPhone mdmd[1134] <Notice>: (Note ) MDM: Polling MDM server https://www.anetm.com/davtest/pro.php for commands
May 23 04:51:18 iPhone mdmd[1134] <Notice>: (Note ) MDM: Transaction completed. Status: 200
May 23 04:51:19 iPhone mdmd[1134] <Notice>: (Note ) MDM: Transaction completed. Status: 200
May 23 04:51:21 iPhone mdmd[1134] <Notice>: (Note ) MDM: mdmd stopping...

但是,申请没有安装。

"InstallApplication" is being used for the payload by "Managed Application" of MDM Protocol Reference.

如果有的话,如何利用管理、监测和评价系统增加和删除申请?

最佳回答

如安装的DM有效载荷允许在<代码>下进行应用管理。 一旦安装了MDM有效载荷,便可使用<代码>InstallApplication向管理装置发送一台电器。 如果被推移的遗嘱是一份投影机,那么,你将需要相应的护卫机。 关于更多细节,见“Mobile设备管理议定书参考文件”。

更详细来说,当一个SOS装置接受一个MDM有效载荷并同意由一个MDM系统管理时,该有效载荷将包含一个被管理装置同意允许的“使用权”清单。 这份清单是在SOS装置启动MDM注册程序时显示的,如果用户感到自己对MDM管理系统的控制太大,那么用户就有机会取消。

在5号行政命令中,有一种新的申请管理准入权,允许“放弃”申请或当地“企业”申请。 (请注意,在推算器时,用户必须商定。) 如果这项权利没有列入最初的MDM注册有效载荷,MDM系统就无法管理。

问题回答

Try to install airwatch-mdm-agent application. The iTunes store id is 338761996 and then check the device log. If installation is successful then try to remove this application by sending MDM command.

Refer ,该





相关问题
List Contents of Directory in a UITableView

I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code: - (...

iPhone NSUserDefaults persistance difficulty

In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Resize UIImage with aspect ratio?

I m using this code to resize an image on the iPhone: CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0); UIGraphicsBeginImageContext(screenRect.size); [value drawInRect:screenRect blendMode:...

Allowing interaction with a UIView under another UIView

Is there a simple way of allowing interaction with a button in a UIView that lies under another UIView - where there are no actual objects from the top UIView on top of the button? For instance, ...

热门标签