Tagged Questions
0
votes
1answer
26 views
Using a rate limit with Apple MDM
In our Apple MDM solution I would like to implement a rate limit, setting a limit on how many devices can interact with the server at any time.
Just like an iOS device responds with a NotNow when it ...
0
votes
0answers
63 views
Apple MDM policy doesn't apply to iOS device [closed]
I have implemented a mdm solution. This MDM server seems to be working fine and push notifications are delivred as expected. There is a use case where user's can login to my iOS application and once ...
1
vote
1answer
195 views
Apple MDM server, iOS works fine, OS X enrollment fails with “Unexpected Error”
So as many of my past questions indicate I've been working on implementing an Apple MDM service from scratch. It now works flawlessly with pretty much any iOS device we throw at it, which is nice. ...
1
vote
1answer
1k views
Apple iOS MDM Server Setup Device Enrollment/Configuration
We are trying to setup our own internal iOS MDM server, and we were having some issues in that what we see doesn't neccessarily match up with what we expect, based on the Apple documentation.
...
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
150 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 ...
1
vote
1answer
145 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
517 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
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
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 ...
3
votes
1answer
213 views
How to issue Development MDM APNS Certificate?
Regarding Apple documentation:
We need 2 separate certificates, one for production, one for development. We have issued the production certificate and it works ok with Production APNS, but not with ...
13
votes
2answers
419 views
Apple MDM push error, but only to some iOS devices
We have error with MDMpush on some iPhone devices:
Jul 30 17:52:46 Mirnas-iPhone apsd[49] : : Stream error occurred for : Error
Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’-t -b-e
...
0
votes
0answers
210 views
backup of profiles on iPhone
I need a way of backing up/restoring provisioning profiles on an iPhone device. I understand from the documentation that iCloud is capable of restoring music, documents etc. But there was no mention ...
1
vote
2answers
2k views
MDM Server certificate to be used for SSL handshake with iPhone device
I am trying to perform SSL Handshake between the iPhone device and my MDM Server. I have used iPhone configuration Utility (iPCU) and configured SCEP and MDM. SCEP works fine, the device receives the ...
1
vote
2answers
419 views
Installation of an application cannot be performed in MDM
It is MDM using APNs.
An addition and deletion of an application are permitted in the composition profile.
iPhone of iOS5 is used.
It does not succeed, although installation of the "free ...
1
vote
1answer
221 views
If it carries out, how can an iPhone terminal be locked using MDM?
I am using "APNs" of Apple, and "MDM".
The list of applications is also acquirable from the iOS terminal using "MDM".
But, only the lock of a device cannot be performed.
An error message is not ...
1
vote
2answers
428 views
If it carries out, how can an addition and deletion of application be performed using MDM?
I am using "APNs" of Apple, and "MDM".
The list of applications is also acquirable from the iOS terminal using "MDM".
But, an addition and deletion of application can not be performed.
The error ...
5
votes
3answers
2k views
APNS notifications not reaching devices enrolled in Apple MDM
Apple MDM is used.
It is MDM using APNs.
The topic of mobileconfig is the same as the thing of Subject of APSP-XXX.pem.
The character string of a device token and PushMagic reached the MDM server ...
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 ...
5
votes
1answer
767 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
...
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
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
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 ...