Mobile Device Management

learn more… | top users | synonyms

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, ...
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 ...
0
votes
2answers
829 views

iOS MDM. DeviceInformation command

I receive "CommandFormatError" on DeviceInformation commands. That's what I'm sending as a DeviceInformation command: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC ...
5
votes
2answers
870 views

mobileconfig file with mdm payload, is invalid profile

I'm trying to install .mobileconfig file that was created through IPCU. but when I click on an attached .mobileconfig file in mail. It occured error message as "invalid profile". what is problem ? ...
6
votes
3answers
4k views

Apple MDM Vendor CSR Signing

I hit 'Invalid Certificate Signing Request' when uploading plist to https://identity.apple.com/pushcert/ , and below are steps I used to generate plist : As a vendor, create vendor CSR using ...
0
votes
3answers
462 views

Is there a iOS Configuration Profile Key for “Find My iPhone?”

I've been looking at this page: http://developer.apple.com/library/ios/#featuredarticles/iPhoneConfigurationProfileRef/Introduction/Introduction.html for the configuration profile keys. I couldn't ...
1
vote
0answers
36 views

Mobile device manager - choice of database engine

If you have a mobile device manager website, what database engine would you recommend..myISAM or innoDB? Mobile device manager will have ongoing transactions such as inserting, removing and updating ...
1
vote
2answers
367 views

Testing iPhone Mobile Device Management (MDM)?

I am interested in testing Apple's MDM in my organization. It's unclear to me from Apple's MDM page . Should I work with an Apple-approved 3rd party provider or if I can create set up internally for ...
9
votes
5answers
10k views

How to develop iPhone MDM Server?

I just read about Mobile Device Management Server for iOS devices, but all documentations refers to "third party MDM Server". My problem is how can I develop one "third party MDM Server" myself ? I ...
2
votes
2answers
2k views

MDM push certificate creation

I'm interesting in creation of PushCertWebRequest (this is from apple documentation) I have found a lot of docs how to do this for 3rd party vendors like Air-watch and so on, but they skip last step ...
1
vote
1answer
729 views

MDM JavaPNS - Convert Device Token to Hexa value. (32 byte binary value to 64 char Hex value)

I'm working on iOS MDM. During enrollment i got deviceToken, PushMagic and unlockToken. Plan to use javapns. It expect 64 hex value. This is my original Device Token format. It is 32 byte binary ...
1
vote
2answers
2k views

Configuration Profile with MDM Payload not getting installed

I am working on MDM stuff, trying to install Configuration Profile having MDM payload, but its not getting installed on the device. I want to perform remote lock/wipe from MDM server. Any help really ...
1
vote
2answers
698 views

How does iOS identify received notification is for MDM?

I want to use MDM to manage number of iOS devices. According to documentation I do not need anything installed on device. In that case when device receives a notification from APNS server, how will ...
12
votes
3answers
4k views

Configure MDM Server for iPhone

It may seem to be asked several times, but I could not find answers to my doubts. As one needs to setup an MDM server, what are the things that need to be available or installed on this server. Is ...
2
votes
0answers
638 views

Profile Manager Lion Server error

My Lion Server (10.7.1) worked perfectly until this tuesday. Yesterday when I went to profile manager's page, sometime it works and sometime not. Also, if I do the enrollment of a device sometimes ...
8
votes
2answers
17k views

How to configure/install MDM server for iPhone and iPad

I want build and run an enterprise APP that let me to manage my iPhone and iPad remotely. I have gone through the WWDC 2010 Session Videos and found Session 108 - Managing Mobile Devices . Apple ...
1
vote
1answer
188 views

MDM VS Mobile Application Analytics

I am new to Mobile Device Management softwares. How can we use MDM Softwares? Apple has provided the information in the link. If both are same which one is the best? How MDM is different from ...
4
votes
3answers
8k views

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? I have an enterprise account and I want ...
1
vote
1answer
1k views

Documents for MDM Integration in iPhone

Can any one help me out how to do MDM Integration in iPhone from client prespective without using APN. Because I want to do an enterprise application which need to list all the installed apps in ...
0
votes
1answer
1k views

MDM server setup

I am trying to develop an enterprise application which needs to list all the installed applications in iphone and to delete some selected applications in device from my application.I found that this ...
4
votes
1answer
972 views

MDM API Integration in iPhone

I am trying to do an enterprise application which need to list all the installed apps in iPhone and also should allow the user to delete some apps from current application.I know this is not possible ...
1
vote
0answers
706 views

iPhone MDM implmentation on Windows & C# - Export .mobileconfig using command-line

I have successfully created Configuration Profile using this C# code and iPhone Configuration Utility. Now, I need to export this Configuration Profile to .mobileconfig file using any command-line ...
3
votes
1answer
1k views

iOS app adhoc distribution and MDM

We want to develop apps for a variety of separate clients for use on their iPads/iPhones. Right now we have a developer license and and provision UUIDs manually and distribute the app OTA via a web ...
1
vote
1answer
209 views

Can my iOS app see the device's MDM certificate?

Is there a way for my application to see whether an MDM certificate/profile is deployed to the device it's running on?
2
votes
2answers
1k views

Is there a free and open source CDI/MDM solution?

We would like to create a not so complicated solution for managing customer records. It should periodically import some customer data from source systems and merge records basing on the matching of ...
2
votes
1answer
692 views

Setting Snow Leopard Server for MDM (Mobile Device Management)

I just bought an enterprise account and would like on my Snow Leopard Server to enable the MDM interface for the management of my iPhone and iPad. The official documents of Apple are only sufficient. ...
17
votes
1answer
559 views

DevicePolicyManager wipeData not wiping out Email settings

I have a device management app that uses the DevicePolicyManager methods. On a specific trigger, I invoked the wipeData method with flag = 0 (its a 2.2 HTC incredible). The device rebooted and wiped ...
1
vote
2answers
647 views

Device Management application in Android 2.2

This is regarding google apps Device Management policy third party application which I got from android market in 2.2 . I registered an account in Google Apps domain in order to use this account for ...
2
votes
1answer
1k views

iPhone Mobile Device Management

I have found a document at http://images.apple.com/iphone/business/docs/iPhone_MDM.pdf says you can develop an application to manage of enterprise iPhones, but it does not give any detail information ...
2
votes
1answer
4k views

iOS 4 with MDM features how to implement it?

Can any one help me to give me some answers on the below mention Queries: (i) Do we need to enroll for Enterprise Developer Program to implement MDM for iOS4.0. We also have some client agent . But ...
10
votes
2answers
2k views

iPhone Enterpise Deployment: Mobile Device Management

I was reading up on iPhone in the enterprise and saw something about Mobile Device Management servers. As far as I can tell, there are a few 3rd party MDM vendors, but Apple says that one could ...
1
vote
1answer
1k views

Mobile Device Management with iPhone

Can any one provide me some information regarding iphone Device Management with iOS4. 1) How to implement it with & how this will works. 2) Can it work with only Enterprise licensee or can we ...
4
votes
3answers
1k views

How to share data across an organization

What are some good ways for an organization to share key data across many deparments and applications? To give an example, let's say there is one primary application and database to manage customer ...
3
votes
2answers
1k views

SQL combine multiple identifiers to create a group id for duplicate records

I'm working on a problem in Oracle that I'm struggling to solve 'elegantly'. I have a data extract with three different identifiers: A, B, C Each identifier may appear in more than one row, and ...
1
vote
1answer
1k views

Android Device Management

I am looking at the possibility of using Android as a secure corporate mobile platform. One of the pre-requisites for this will be a way of managing multiple devices, security policies, software ...

1 2 3 4 5