0
votes
1answer
102 views

Cannot Get PushMagic from OS X 10.8.2 Device using MDM

I am trying to create my own MDM Server. I can get an iOS device to enrole without a hitch, but when I install the same configuration profile (one that contains and mdm and credential payload) on an ...
0
votes
2answers
140 views

Certificate stuff in iOS MDM operation

Now I'm trying to make an MDM server which manages iOS devices using APNS push notifications. So far I went over number of Apple official documents about configuration profile, mdm protocol, APNS ...
0
votes
1answer
269 views

iOS MDM configuration profiles and settings keys

I've started to develop a MDM service for iOS devices. So far I have the enrollment working. And I can send some simple commands (Such as DeviceLock, UnlockDevice, DeviceInformation). That works fine. ...
4
votes
2answers
377 views

What are supported device attributes on iOS during enrollment phase?

I'm installing configuration profile using over-the-air (OTA) enrollment. What are supported device attributes on iOS during first phase payload? I'm sending sth like: <plist version="1.0"> ...
1
vote
1answer
235 views

Updating the ServerURL in an existing MDM profile on iOS device

I am writing an iOS MDM server and wanted to update the ServerURL property in the MDM payload in an already enrolled iOS device. Can I update it without removing the MDM profile first? When I try ...
1
vote
3answers
575 views

Configuration Profile with MDM Payload not getting installed to the device

Did anybody can tell me what's the reason for that Configuration Profile with MDM Payload not getting installed using IPCU. How to deal with it?
0
votes
1answer
7k views

Can't install configuration profile on iPad - “The profile … could not be installed”

I'm trying to create a simple test MDM server. I'm using a Windows Server 2008 R2, and an iPad (iOS 5.01). I set up a python based web server to accept requests in port 8080, installed an APNs ...