Tagged Questions
2
votes
2answers
86 views
Remote Wipe out an iOS Application
I have developed an iPad application and I have distributed that application to my clients. Now my clients ask what will happen if their iPad lost or stolen. My iPad application has very sensitive ...
1
vote
0answers
94 views
Exchange ActiveSync server for MDM
I have implemented a prototype like MDM for iOS devices, which works fine. But when I was doing some analysis, I found that we can use Exchange ActiveSync server to implement MDM (limited features).
...
0
votes
1answer
54 views
Restricting installing app from itunes
How can I restrict a particular app from being installed via iTunes from device using Mobile Device Management or via other objectivec ways?
1
vote
1answer
84 views
Restrict Calls, SMS and Data usage
Can we restrict the below in iOS using objective-c or MDM (Mobile Device Management):
Making outgoing calls
Sending Messages (SMS)
Data transfer (Data Usage)
In the survey we found that the below ...
0
votes
0answers
105 views
MDM: iPhone: Clear Passcode Command Not Working
I am facing issues to execute clearpasscode command for certain devices only.
I am getting the below error:
mdmd[608] <Warning>: MC|Attempting to perform MDM request: ClearPasscode
mdmd[608] ...
0
votes
0answers
102 views
push messages not received after payload installed using MDM
I have successfully installed profile using MDM protocol in iPhone device. I can get UDID, APNSToken as well in initial hand sack. But after that when I tried to send push notification using pushmagic ...
1
vote
1answer
176 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 ...
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 ...
0
votes
3answers
890 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 ...
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, ...
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
441 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 ...
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
751 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 ...
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 ...
0
votes
2answers
411 views
How to install MDM profiles in iPhone?
I want to develop a solution manager iPhone.As I know MDM can take it.But how can I make MDM Server.How to generate/install iPhone MDM profiles.
What should I do?
Please help me.
Best regards!
0
votes
0answers
167 views
RemoveProfile Command not working in mdm
RemoveProfile command is not working properly for me.
I am setting the proper profile identifier with below xml
<?xml version='1.0' encoding='UTF-8'?><!DOCTYPE plist PUBLIC '-//Apple//DTD ...
1
vote
1answer
226 views
MDM:Check-in occurs 3 times in a Configuration profile
Thank you.
I am using Mac.
iPhone Configuration utility
The Configuration profile of
"qualification information" and "mobile device management" was summarized to one
,and the Configuration profile ...
0
votes
0answers
51 views
I would like to sign by choosing “a Configuration profile is signed.”
Thank you.
I am using Mac.
iPhone Configuration utility When writing out, it indicates "it signs a Configuration profile", but selection is impossible.
It is disabled.
I would like to sign by ...
0
votes
1answer
226 views
Lock iPhone device with a passcode
I am currently using APNS MDM API, I want to lock the device with a given PASSCODE. I have succeeded in locking the device but I want that if the passcode is not set, then I want to be able to choose ...
4
votes
1answer
444 views
Mobile Application Management for iPhone
I am trying to develop a critical enterprise application for iPhone,which needs to be able to list all the installed applications on the device.
Also the application should allow the user to install ...
1
vote
2answers
1k views
Certificates confusion in MDM
I was able to develop a mdm solution.
I started facing problem when I moved my agent from Developer account's provisioning profile to Enterprise account's in-house distribution profile.
Now I am ...
0
votes
0answers
331 views
Enrollment / Configuration Profile not getting installed on OTA
Enrollment / Configuration Profile not getting installed on OTA
The profile installs properly if its installed via IPCU, But when I try to install it via OTA, I am getting the below error:
Thu ...
1
vote
1answer
448 views
Use of MDM Vendor Signing CSR for customer
Use of MDM Vendor Signing CSR for customer.
I want to confirm the usage of MDM Vendor Signing CSR for customer.
After the Signed CSR is uploaded to Apple's Notification Portal, customer receives the ...
2
votes
0answers
110 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 ...
1
vote
1answer
836 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 ...
0
votes
1answer
590 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 ...
2
votes
1answer
475 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
1answer
216 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' ...
5
votes
1answer
216 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 ...
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
815 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
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
...
4
votes
1answer
922 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 ...
3
votes
1answer
901 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.
...
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
445 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
2answers
360 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
9k 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
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
687 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 ...
8
votes
2answers
16k 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
187 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
975 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 ...
4
votes
1answer
958 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 ...