mdm

windows phone 8 MDM server setup

北慕城南 提交于 2019-12-22 00:26:08
问题 I am trying to setup an enrollment server for managing Windows Phone devices. I know that there is a discovery service at http://enterpriseenrollment.mydomain.com/EnrollmentServer/Discovery.svc which will provide the enrollment service URL. What is the behavior of Discovery.svc? Is this a service that I need to develop? If yes, what sort of methods should be in there in this service? How to setup the Enrollment service? What are its methods? 回答1: Search for "Enterprise Device Management

Setting wallpaper using mdm

天大地大妈咪最大 提交于 2019-12-21 22:36:15
问题 I want to set device's lock and home wallpaper using mdm command. I looking into apple configuration but didn't find any xml that can be used to set the wallpapers. Please help for getting me the XML. 回答1: Apple didn't release new configuration profile reference guide for iOS 7 yet. If you really want to try it, go and disassemble managedconfiguration private framework. It contains info on all payloads. 回答2: You can set lockscreen with Apple Configurator however the background option is not

autonomousSingleAppModePermittedAppIDs Key in Restrictions payload - iOS 7 MDM

让人想犯罪 __ 提交于 2019-12-21 20:45:27
问题 I have recently started working with Apple Configurator to use features meant for Supervised devices. In the Restrictions payload there's a key called autonomousSingleAppModePermittedAppIDs with the description below Optional. Supervised only. If present, allows apps identified by the bundle IDs listed in the array to autonomously enter Single App Mode. Availability: Available only in iOS 7.0 and later. I tried sending this key in the restrictions payload with a couple of app identifiers, but

Prevent enterprise iOS app from being removed

守給你的承諾、 提交于 2019-12-21 20:27:15
问题 I'd like to prevent an enterprise iOS app from being removed by users. Apple provides documentation on how to do this for Web Clips, but I'm struggling to find anything related to actual apps. Is it possible? and if so then how to do it? The ideal solution would involve a setting in the plist installation file, but options involving configuration profiles or an MDM would also work. 回答1: The only way I know to prevent apps from being deleted is as follows: On your iPhone/iPad go to Settings ->

Apple MDM push error, but only to some iOS devices

◇◆丶佛笑我妖孽 提交于 2019-12-20 17:57:16
问题 We have error with MDMpush on some iPhone devices: Jul 30 17:52:46 Mirnas-iPhone apsd[49] : : Stream error occurred for : Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’-t -b-e -c-o-m-p-l-e-t-e-d-. -C-o-n-n-e-c-t-i-o-n -r-e-s-e-t -b-y -p-e-e-r-" -U-s-e-r-I-n-f-o-=-0-x-1-4-3-5-4-0 -{-} All devices are the same, same iOS version, but on 50% of devices we have this error. On other devices push is working perfectly. Devices with this problem checks in without problem during MDM

Apple MDM push error, but only to some iOS devices

拜拜、爱过 提交于 2019-12-20 17:57:09
问题 We have error with MDMpush on some iPhone devices: Jul 30 17:52:46 Mirnas-iPhone apsd[49] : : Stream error occurred for : Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’-t -b-e -c-o-m-p-l-e-t-e-d-. -C-o-n-n-e-c-t-i-o-n -r-e-s-e-t -b-y -p-e-e-r-" -U-s-e-r-I-n-f-o-=-0-x-1-4-3-5-4-0 -{-} All devices are the same, same iOS version, but on 50% of devices we have this error. On other devices push is working perfectly. Devices with this problem checks in without problem during MDM

iOS: Mobile Device Management

不羁的心 提交于 2019-12-20 14:51:11
问题 I am little confused about the MDM, wish that someone could help me here. I have studied the docs from the Apple website regarding the iOS MDM,but still I feel puzzled ,I have some questions. Whether MDM server is communicating APNS every-time when it needs to execute command ? Is it very complex to setup our own MDM server and how to setup our own MDM server ? Thank you in advance. 回答1: 1) the general idea is that you send one request via APNS and then respond with a command when the device

How to be a MDM Vendor for iOS

谁说胖子不能爱 提交于 2019-12-20 09:47:23
问题 Did a lot of research on this. Saw several opinions, few say I need a Apple Enterprise account, few say I don't. Having a MAC server would help? Do I need to have an enterprise account to be a MDM vendor. Any pointers would be great. I saw the technical business document provided by MDM, but it was not explaining anything about the internal implementation of the server. Any help would be great! 回答1: To become an MDM vendor, you need: 1) An Apple Enterprise account 2) Contact Apple (https:/

How to send an apple mdm push notification with plain php?

ぃ、小莉子 提交于 2019-12-20 06:04:50
问题 i've done a apple-mdm-ota-server for IOS so far. The devices deliver me following things to the server (in form of a plist/xml): -Push Magic Token -Device Token (in b64 format oO) -PN-Topic (com.apple.mgmt.xxx) -UDID (in hexcode) -UnlockToken (a very long b64 encoded thing) I need to send the following content to the push notification thing from apple: {"mdm":"pushMagic"} Pushmagic = the Push Magic Token How I need to compose the data I need to write into the apns socket? I tried the one that

How to use Managed Configurations in an app that may not have a Managed Configurations Provider?

强颜欢笑 提交于 2019-12-20 03:13:36
问题 I am developing an app that will work in 2 different Android environments (consumer & corporate markets). Lets say it is a texting app with a dozen configuration parameters to manage. The first environment is a standard Android device that has no Android Enterprise (AfW) features enabled. So there is no EMM (MDM) to supply an Android Agent/Client app to be a device/profile owner implementing a Managed Configurations Provider. The second environment is within a corporation. An EMM (MDM) is