Mobile Device Management

learn more… | top users | synonyms

2
votes
2answers
2k views

How to generate development MDM/APNS certificate?

We have taken iOS developer Enterprise account and we have received the MDM certificate which is in .pem format.We have download this mdm certificate from the portal ...
2
votes
0answers
115 views

MDM profile installation check

I am making an application which installs a MDM profile on the device. The profile is getting installed successfully from the server. But if the user cancels the profile installation then i have no ...
3
votes
4answers
1k views

MDM:Certificate invalidated after installing profile

We have a working MDM solution, where enrolling devices and installing profiles works. However since iOS 5 customers have reported that the selfsigned certificate we use is reported as Not Trusted on ...
2
votes
3answers
2k views

How to be a MDM Vendor for iOS

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 ...
1
vote
1answer
868 views

Updating iOS apps automatically with an MDM + Enterprise license

We have an iPad app running in a kiosk mode deployed across multiple physical locations. We'd like to have a solution where any updates to the app are pushed automatically to the device so that the ...
1
vote
2answers
2k views

How to set MDM Payload's “Identity” in iPCU?

Someone tell me I should first do configure SCEP using IPCU,so I set a SCEP sever in Windows sever 2008.Then set the URL in the SCEP payload. but I can't install the Configuration Profile with MDM ...
4
votes
2answers
1k views

MDM:How to use APNS certificate

I have received the APNS certificate using iOS Enterprise developer account and that is in .pem format.We have download this mdm certificate from the portal https://identity.apple.com/pushcert/ I ...
2
votes
2answers
1k views

iOS MDM Server SSL Certificate not trusted by device

The MDM Server is configured with SSL using self signed certificate. Installed the web server certificate (self signed) on the iOS device. Still receiving the error "the server certificate for {web ...
5
votes
3answers
1k views

MDM:iOS mdm command sending format

I am in initial stage of MDM Server implementation, I know that when ever MDM Server wants to send the MDM Command to iOS device,Server sends push notification and then device responds back server the ...
3
votes
3answers
774 views

Lion Server, Profilemanager, RVM and Rails not work together

Lion Server is absurd. On a Mac, I ran the installation and setup of Lion Server 10.7.3 then I installed rvm, Ruby 1.9.3 and Rails 3.2.3. On a Mac it worked perfectly while in the second Mac is not ...
2
votes
1answer
360 views

Mobile Device Management of Hardware Components?

Been looking at mobile device management for tablets. So far many of them provide exactly what we are looking for (allowable apps, IT policy enforecment, etc). however having difficulty with managing ...
4
votes
3answers
887 views

MDM: ssl issue for server url

I want to manage the iOS devices using Lion Server,I have purchased the Lion Server and installed in Mac system which has Lion OS 10.7. I want to manage the devices with in our own network, I have not ...
3
votes
3answers
1k views

MDM Agent on iOS

I worked on MDM in Android, and used the API's to lock, wipe etc when I receive a C2DM push message from the server. When I was trying to explore more on the iOS part of it, I was a bit confused. I ...
5
votes
2answers
2k views

iOS: MDM Check-in samples

I am in early stage of Mobile Device Management implementation. I am in process to get iOS Enterprise developer account.I have already started exploring MDM Server implementation. I need some iOS ...
4
votes
1answer
1k views

MDM - APNS not working

We are implementing MDM solution in house. We have registered as MDM vendor and followed the steps from this site and got the final APNS certificate. We also installed a MDM profile in the device ...
2
votes
1answer
259 views

Disable full wipe capability in android

How can we disable full wipe capability of the device to prevent full wipe from occurring in any instance? Is it possible that we can prevent a device from getting wiped? If yes, how? I have ...
4
votes
2answers
1k views

iOS: config profile for mobile device management

I am able to create and install(in iOS devices) general mobileconfig profile generated by iPhone configuration utility(IPCU) v3.5(289) in Mac OS 10.6.8. But when I am generating config profile for ...
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?
1
vote
2answers
1k views

Configuration Profile with MDM Payload not getting installed using IPCU

Does anybody know how to set the "Identity" of the Mobile Device Management (MDM) payload of a Configuration Profile from iPhone Configuration Utility (iPCU)? I get many certificates from ...
0
votes
1answer
360 views

Re-enrollment after upgrading Apple Push Certificate

Can anyone confirm that after changing the Apple Push Certificate to follow the new steps, you have to re-enroll all the devices? I have tried creating the CSR based on the existing P12 key store, ...
4
votes
3answers
2k views

iOS Enterprise developer Account: get device token

I have used the iOS development account for creating apns ssl certificate for sending push notification to iOS device for development purpose.I can get the device token using objective c sample code ...
0
votes
1answer
737 views

The identity certificate for mdm profile could not be found

I was trying to develop a MDM solution for iOS and I would like to test MDM with both methods of distributing device identity via PKCS12 and SCEP. Currently I am doing it using PKCS12, so here is what ...
0
votes
1answer
599 views

MDM Over-The-Air Enrollment

I want to perform enrollment of device Over-The-Air (OTA). For that I need to use SCEP Server. What are the options for SCEP server? I know Microsoft provides SCEP server.. But are there any other ...
5
votes
1answer
801 views

Apple MDM CSR Signing fails on Signature validation

I'm been wrestling with this issue for the last few days. Wondering if anyone else has encountered this. I'm trying to sign a CSR with my MDM Vendor certificate. I'm following the instructions in ...
2
votes
1answer
488 views

Final Profile sent to the device

I am at the last(lost) stage of the MDM, Now the device is requesting for final profile, and I do send the .mobileconfig file which consists of SCEP and MDM payload. The SCEP is working fine and in ...
0
votes
2answers
735 views

App restrict in android MDM

How can I restrict the android application installed in device using the MDM? Guide me to solve the problem? Thanks in advance.
2
votes
4answers
4k views

generate MDM certificate

I am new to iOS development. I have to create MDM certificate for utilize default iOS MDM capabilities. I have gone through the documents ,how to generate APNS certificate for MDM Server,but I am not ...
1
vote
3answers
1k views

Updating Configuration Profile installed in iOS device in MDM

I want to send a configuration payload to a device. Eg. I want to send a restriction payload (Disallow safari) to a particular device. i.e. I want to update the configuration profile installed on the ...
0
votes
1answer
237 views

MDM Wiping Data when device lost scenario

How does the 'wipeout data' command/payload executes on a lost device and powered off. I know the 'Security Info' command when fired on a powered off or locked device, the status comes as 'Notnow' ...
14
votes
2answers
3k views

MDM workflow in Android

Can any one help me out how to do MDM Integration in Android from client and server prespective? I want to do an enterprise application which having lock and wipe functionality. I have no any clue of ...
0
votes
1answer
87 views

Reply back to a response

I need to reply back to a response received. How should I reply using the response? I want to reply to a response received in my MDM System. The device contacts the server and delivers status as ...
5
votes
1answer
225 views

MDM DeviceLock Payload Error

After sending the DeviceLock Payload, I get the below error: <Warning>: <APSCourier: 0x1cd51970>: Failed to parse JSON message payload for topic 'com.apple.mgmt.mycomp.mdm': Unexpected ...
3
votes
2answers
2k views

Delivering MDM DeviceLock Payload

We were able to get an response with Status as Idle after send the first payload as mdm:. Now we want to send a simple device lock payload. we followed the exact same process to send the payload but ...
1
vote
4answers
604 views

iOS : restrict the deletion of application

I need to restrict the iOS application that the application should not be deleted,just like default application.I want to know is there any programmatic way or other way to achieve this. I have to ...
1
vote
2answers
220 views

Can you push application user (keychain) data to iOS?

We have existing application settings including secured credential data (passwords, names, certificates etc.) which we would like shared to multiple applications (not written by us) running on iOS, ...
1
vote
2answers
2k views

The identity certificate for com.xyz.profile.mdm could not be found?

I've bumped into this issue while trying to install a MDM profile onto an ipad as the final part of OTA enrollment. NSError: Desc : The identity certificate for com.xyz.profile.mdm1 could not be ...
0
votes
4answers
2k views

Sending mdm payload

I am developing an MDM solution. I have installed a configuration profile on device. So I have all the required things like Device Token, Push Magic String, UDID of device, etc. Now I want to send a ...
5
votes
1answer
854 views

What response should be sent to device after the SCEP payload?

I have sent the SCEP payload to the iOS device, and I got the reply from the device too.Now I am getting the response as GetCACert something like that. Now what response have to be sent to the device ...
0
votes
1answer
688 views

iOS: Blacklist the application remotely [closed]

I have to blacklist the applications in iPhone remotely ,I have gone through the MDM functionality in the iOS_MDM but I have not seen the blacklist feature in iOS MDM.So I want to is there any ...
0
votes
2answers
1k views

Why I can't add Apps into LionServer's ProfileManager

Today I install Lion Server.app in my OS(Mac OS X 10.7.3(Lion)) and configure the server. After that I enroll my devices into the ProfileManager. Try to push the Profile to my devices and control it ...
3
votes
3answers
1k views

MDM - Over-the-Air Profile Delivery and Configuration

We are following the below article for over the air enrollment and profile delivery feature ...
1
vote
2answers
475 views

MDM to secure app on private device

My clients use my app in their private devices which are not under any MDM-control or under control of a foreign company. I want to make sure that my app can only be executed when some requirements ...
2
votes
1answer
1k views

Implementation for {“mdm”:“<PushMagic>”} using javapns

I am using javapns to develop apple push notification mdm server. There is a package "javapns.notification.management" I could not find an api to send {"mdm":""} to apple. I want to implement MDM ...
4
votes
1answer
1k views

APNS without Badge/Alert/Sound

Can I send a notification to APNS without Badge / Alert / Sound, which should notify only to my app which is installed in the iPhone ? It's like custom notification sending via APNS to the App in the ...
0
votes
2answers
836 views

mapping iphone uuid to phone number

I am developing an mdm server to interact with apple push notification service. When I install a configuration profile on an iPhone, the device pushes the UUID and push magic string to the server. My ...
3
votes
1answer
910 views

iOS: Mobile Device Management

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. ...
3
votes
1answer
358 views

apple mdm: DeviceInformation command

I want to execute the DeviceInformation command on iOS devices. So far I have a configuration profile with mdm payload installed on the device. What are the steps involved in executing this command ...
1
vote
1answer
710 views

sending ios push message without user action

I want to collect device attributes and send them to the mdm server using push notification. Steps involved are: create a configuration profile with mdm payload get device token use apple push ...
0
votes
1answer
326 views

is it possible to get an ios device token without installing the app?

I want to manage certain iOs devices. I don't want to install any app on the device. I read that I can create configuration profile with MDM payload and install on device. I then somehow need to get ...
1
vote
1answer
300 views

URL starting with http in MDM payload

I am trying to build a configuration profile. In the the MDM payload, of the configuration profile, I enter the server url in the server field.But a red color circle appears next to the server field, ...