Mobile Device Management

learn more… | top users | synonyms

1
vote
1answer
239 views

Setting up an Apple Profile Service for iOS Over-The-Air-Profile Delivery

What we are trying to do, is to setup a Profile Service for Over-The-Air Profile Delivery for iOS. We are following the steps specified in Apples Document ...
0
votes
1answer
60 views

Stripes ActionBean get client PUT data

I'm trying to implement a iOS MDM server in Java with stripes. I want the iDevice to checkin to a ActionBean, but how do I get the data from the iDevice's PUT request? The data that the iDevice will ...
1
vote
1answer
320 views

Update an expired iOS MDM profile

So I set up the SCEP server to generate an iOS identity certificate which is only valid for a short time. When it expires the profile says "This profile has expired. Update this profile for a newer ...
0
votes
1answer
409 views

windows phone 8 MDM server setup

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 ...
0
votes
0answers
146 views

New Distribution Certificate, Provisioning Profile - .ipa won't upload to Profile Manager on OS X Server

I've created a new distribution certificate and provisioning profile and attempted to upload it the profile manager on my MDM server running OS X Profile Manager/Device Manager. I currently over the ...
0
votes
1answer
113 views

Windows Phone Equivalent to iOS's .mobileconfig

I'm trying to retrieve the UDID of a windows phone device without installing an app. Apparently you can do this for iOS devices by sending users a signed .mobileconfig file that installs a webclip ...
0
votes
1answer
148 views

MDM Device token issue

I have setup simple demo for MDM server. I can successfully recover initial plist with messagetype, pushmagic token, APNs token(32byte as base46) and unlocktoken. My issue is when I tried to decode ...
1
vote
1answer
174 views

iOS MDM - Making Managed settings permanent

As per the "Mobile Device Management Protocol" API document from Apple, I am trying to restrict access to Data Roaming on iOS devices connected to my MDM server. I can toggle the Data Roaming setting ...
1
vote
2answers
106 views

Distributing certificate and private key to iOS devices

I have an iOS application that uses certificates for messaging-signing following the Digital Signature Algorithm (DSA). In order to perform this signing, the app needs the certificate as well as the ...
0
votes
1answer
651 views

iOS device is not receiving the MDM APNS notification(wakeup call)

I have followed the following link http://www.softhinker.com/in-the-news/iosmdmvendorcsrsigning and uploaded the generated file to the https://identity.apple.com/pushcert wherein the Push notification ...
0
votes
1answer
174 views

Android equivalent to apple's MDM

I heard Apple have an MDM feature built in the iOS, which enables a server to send a set of MDM commands to its registered devices. My question - is there an equivalent of such a thing in Android. ...
0
votes
1answer
151 views

Using Apple OTA Guide to make RUBY MDM solution

I have been trying to follow apples guide but do not know much Ruby can any one show me an example of getting the link to the Certification Authority on the Root Page Working i have the SSL Server ...
0
votes
1answer
59 views

Getting iOS version before enrollment (Without Agent)

How to conditionally set the <key>AccessRights</key> <integer>$enrollment_code</integer> in MDM enrollment profile based on iOS version its getting installed.. like 5.0 ...
2
votes
0answers
59 views

A Zinc (4.x) application can't be opened from CD, but can open from desktop in Mac

I compiled a faily simple application that just loads images, text and opens some pdfs via mdm.System It works exactly as intended on Windows, but on Mac, it doesn't even try to launch when it's on ...
0
votes
0answers
50 views

Salesforce Mobile Device Management OR Device Authentication

now my client uses salesforce.com and has about 1000 employees with their respective iPads. I want to know if there is any way for my client, using salesforce, to be able to store which user has which ...
1
vote
1answer
265 views

iOS MDM enrollment using OTA

I am following Apple's guidelines for creating an MDM server, and I want to distribute the MDM profile in OTA. Apple's guidelines for OTA consist of 3 steps: authentication SCEP device configuration ...
0
votes
1answer
654 views

How to prevent VPN toggle switch access on iPhone\iPad – For Enterprise Devices

I would like to create iOS device configuration profile, which should force user to access VPN, I was able to create configuration profile successfully and was able to send all device traffic via ...
0
votes
3answers
889 views

OTA Enrollment: MDM and SCEP

Three phases in OTA Phase1: Collect required information via a simple initial configuration profile. Phase2: Return a configuration profile with SCEP payload configured Phase3: Return a ...
2
votes
1answer
532 views

Windows 8 MDM - Company Apps

While going through the article at "http://blogs.msdn.com/b/b8/archive/2012/04/19/managing-quot-byo-quot-pcs-in-the-enterprise-including-woa.aspx", I came across the statement "The agent then performs ...
4
votes
2answers
333 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
376 views

APNS MDM Push Notification Topic - Where to find?

I've looked everywhere for the push notification topic to send in my MDM enrollment profile and I've looked in both my developer/distribution key subject information but can't find anything that looks ...
1
vote
1answer
158 views

Multiple context root for one app

We have renamed our context root used by Apple MDM, and are now faced with a need to be backward compatible with devices already enrolled. We are running JBoss My first attempt was just to add a ...
1
vote
1answer
187 views

iPhone doesn't receive MDM Push notification sent by mdm server

Followed the steps mentioned here and Softhinker. Created the certificates and configuration profiles as mentioned. When the configuration profile is installed in the device, sends the Authenticate, ...
2
votes
1answer
328 views

iOS Custom Lock Screen Alternative

Let me first begin by explaining my goal for this app. I am looking for ideas on the best way to accomplish my goal (or at least close to my goal). This app is completely internal and thus does not ...
0
votes
0answers
85 views

IOS: MDM push notifications while guided mode is running?

I need to install an enterprise app through MDM. My MDM implementation generally works. But if I use the guided mode, the push notifications aren't delivered to the devices running in guided mode so ...
0
votes
1answer
234 views

Unable to Apply iOS MDM Configuration Profile

This maybe a really dumb question but has had me stumped for days now. I have setup an MDM server. Then through the iPCU (iPhone Configuration Utility) I push a configuration profile with the relevant ...
0
votes
2answers
682 views

Unable to Install iOS MDM Configuration Profile

I am attempting to install a configuration profile on a device via IPCU and I keep getting the following error, which I recover via the IPCU console. Nov 1 17:55:04 iPad mc_mobile_tunnel[1156] ...
1
vote
1answer
146 views

New APNs certificate process for MDM [closed]

I observe that MDM providers are now following a new process for APNS certificate creation. They are not asking users to upload csr file for signing, instead they provide ready to download a signed ...
0
votes
1answer
520 views

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

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 ...
0
votes
1answer
468 views

When is the Apple MDM Push Notification Token Generated?

I know that in order to receive a push notification, an iOS app must register with the APN service, where it will receive this token, which it will then forward to the server that needs to send push ...
0
votes
1answer
402 views

Unable to send iOS MDM Push Notification using Push Sharp

I am attempting to send the an MDM push notification to an iPad using the production APN server. However, Push Sharp says that the notification failed because the identifier is equal to 1. The ...
0
votes
1answer
207 views

Android remote or push configuration profile

I am searching a solution to configure an Android mail account from a Web URL/link. The Android Device Administration API (since 2.2) is very restrictive and does not include mail account ...
2
votes
0answers
181 views

Automated provision of certificates to Android clients

I am looking into large Mobile Device Management MDM solution which is supposed to support a variety of platforms, but of course primarily iOS and Android 3.x onwards. We need to provision ...
0
votes
1answer
440 views

iphone 5 SCEP enrollment [closed]

I have a cisco SCEP box which enrolls my iOS 6 + iPhone 4s devices. However, with an iPhone 5 + iOS 6 out-of-the-box I got the following error. I couldn't figure out what's the difference and how to ...
1
vote
1answer
437 views

MDM OTA enrollment for iOS devices

I am trying to develop and distribute an iOS app in an enterprise. I came across this in iOS docs - Deploying iPhone and iPad MDM. In this article, it specifies that OTA enrollment can be performed ...
3
votes
1answer
87 views

what's android strategy when the device battery is low?

I would like to know what modules android "shutting down", and in which order, when the device battery is low. I'm interested specially in case like this: let's say my application is running, and in ...
2
votes
2answers
466 views

'InstallProfile' command via MDM

I'm able to query device information, get list of profiles installed on the device etc, but am unable to install a profile onto the device. I've configured a restrictions profile. When I host it on ...
0
votes
1answer
113 views

can a MDM send alerts and sound notifications in iOS?

I have a MDM server with APNSWrapper Python that is able to send commands and receive response from the iOS device. However all this happens in background and is not perceivable to user. Is there any ...
0
votes
1answer
749 views

iPhone Configuration Utility does not install MDM Configuration profile

The setup: iPhone Configuration Utility for Windows, version 3.5.0.289 iPhone (3G?) Software version 4.3.5 (8L1) Default MDM configuration. The MDM service is using Apple's Ruby reference ...
2
votes
1answer
191 views

Updating managed application and App Lock Payload

A new iOS6 configuration profile reference defines a new App Lock Payload. It allows to lock an iPad to a single application (kiosk mode). Is it possible to update such an application on the fly ...
3
votes
1answer
2k views

Error using the “App Lock” configuration profile setting (aka “kiosk mode”) with an iPad/iOS6.0

Background: Apple provides a "kiosk mode" for their iPads as part of iOS6 which locks the device into one application (even boots directly into the app too). Great for using iPads in ...
2
votes
2answers
74 views

After wiping the ios device, I cannot enroll to the CISCO SCEP server

My iOS 4/5 devices have been enrolling with the CISCO SCEP server all along. However, after I OTA wiped the device, it no longer enrolls. Maybe someone can help me here - somehow I suspect it's the ...
2
votes
5answers
702 views

Profiles installed by MDM service are showing as “Not Verified” after upgrading the device to iOS 6

Profiles installed by MDM service are showing as "Not Verified" after upgrading the device to iOS 6. These profiles were signed by a InCommon cert issued by AddTrust before being pushed to the ...
1
vote
2answers
274 views

IOS MDM denying checkin request not working

I have a custom mdm solution running for IOS. during enrollment, I am using HTTP basic authentication to pass the user name and password to be verified against our db/AD. if the user is denied ...
1
vote
0answers
153 views

whitelisting iOS apps on MDM controlled devices [closed]

I have a group of iOS devices that I'm controlling over MDM using Lion OS X server. I'm trying to set them up so that no apps can be installed on them except mine. I have: App Store Disabled ...
3
votes
1answer
2k views

Is it “safe” to install Android Device Administration applications in terms of privacy?

Is it "safe" to install Android Device Administration applications on my personal device? Can my company read my private data with that application? My company recently adopted a policy to install an ...
2
votes
1answer
118 views

AutoQuarantine in Exchange Active Sync

I am doing a desktop application for Mobile Device Management which monitors Exchange Server activities. Specifically, i want to know which devices attempted to connect to Exchange active sync i.e ...
2
votes
0answers
173 views

iOS MDM vendor signing process [closed]

I followed the instruction of the MDM vendor signing document http://www.softhinker.com/in-the-news/iosmdmvendorcsrsigning. In step 2, it needs you to create a certificate from iOS Provisioning ...
3
votes
1answer
369 views

iOS MDM: Common key/id for iOS MDM and supporting MDM iOS application

I am working on MDM solution and I am facing the UDID issue. We have an iOS application which is as supporting application for iOS MDM server.This supporting application can be launched after the iOS ...
0
votes
1answer
121 views

How to set an וnchangeable iPhone passcode with IPCU?

I want to add a profile to iPhone, and that the profile will set a passcode for example: 1234 And that the user, who is using the iPhone, will not be able to change this passcode. For example, if I ...