mdm

How to generate development MDM/APNS certificate?

醉酒当歌 提交于 2019-11-28 16:54:25
问题 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 https://identity.apple.com/pushcert/ But we don't have idea that this is production MDM certificate or development MDM certificate. First we want to test MDM commands using development certificate and after getting MDM payloads,we can can continue for production. So my question is how to create MDM/APNS certificate which can be

iPhone Enterpise Deployment: Mobile Device Management

强颜欢笑 提交于 2019-11-28 16:53:26
问题 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 implement their own. The iPhone Configuration Utility allows you to set up a Server URL, Check in URL, Topic, Identity, and some other things for an MDM, but there's little information on how to build a server that hooks in with these. I've looked in the Enterprise Deployment, iPhone Configuration, and

Distribute Custom B2B iOS app through Apple Volume Purchase Program?

落爺英雄遲暮 提交于 2019-11-28 09:33:21
Our requirement is to distribute iOS app for more than 1000+ users within the Organization. My question : Can we make Distribution iPA using iOS Developer Provisioning Profile (As We have $99 Apple Account Not Enterprise Account) and share it with VPP and Apple MDM (Memory Device Management) or should i opt for Enterprise Apple account ? **Note1 - Dont want to use Adhoc Provisioning Profile as it require all devices registered in apple account and we have 1000+ Apple Devices. **Note2 - Already gone through other related post but dint find the steps to disbtribute the iOS using VPP , all post

Xcode creates wrong IPA folder structure

自作多情 提交于 2019-11-28 09:14:43
We normally have ' Payload ' folder as root once we unarchive IPA files. However, suddenly Xcode has started creating IPAs with ' Applications ' folder as root. Hence MDM is failing to locate files. Has anyone has faced a similar issue? We are running Xcode version 6.1. Make sure the key "LSRequiresIPhoneOS" in the info.plist has the value "YES", and make sure the key has the correct case, i.e., IPhone versus Iphone. Earlier versions of Xcode were not as picky about that. I assume your Deployment Target is 8.0 Validate your Settings from the Editor Menu Double check info.plist for the

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

笑着哭i 提交于 2019-11-28 08:50:40
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 found. US Desc: The identity certificate for com.xyz.profile.mdm1 could not be found. Domain : MCMDMErrorDomain Code : 12005 Type : MCFatalError Params : ( "com.xyz.profile.mdm1" ) Anyone have idea what piece of information i'm missing? This is when I try to install a MDM payload onto the IOS device after its completed the SCEP registration. this is the payload I'm sending <dict> <key>AccessRights</key

iOS App deployment without AppStore

偶尔善良 提交于 2019-11-28 03:51:26
I'm developping an App in my company. We want to distribute this App to our customers but without using the AppStore from Apple, is it possible? I heard about MDM (mobile device manager) but I'm not really sure if it will cover this need? I heard also about Enterprise developer license for in house deployment but if I'm understanding correctly it means the App can be deployed only inside my company and not to our customers, is it correct? Thanks for your clarifications. Seb If you are trying to get apps to customers without the App Store, you have options, but none of them are awesome. There

iOS MDM push notification using Php, not working

十年热恋 提交于 2019-11-28 00:34:05
i know it's duplicate of this , but this one is not working for me. My Php code to send notification is // Put your device token here (without spaces): $deviceToken = '6hPQc2HvdA20XGlQkznJxlappCrzm3kJccljjOsgF2k=\n'; #base64 encoded // Put your private key's passphrase here: $passphrase = 'Temp1234'; $ctx = stream_context_create(); stream_context_set_option($ctx, 'ssl', 'local_cert', './Certificates_push_dev_new.pem'); stream_context_set_option($ctx, 'ssl', 'cafile', './entrust_2048_ca.cer'); stream_context_set_option($ctx, 'ssl', 'verify_peer', true); stream_context_set_option($ctx, 'ssl',

APNS notifications not reaching devices enrolled in Apple MDM

你说的曾经没有我的故事 提交于 2019-11-27 19:12:05
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 after the setup of mobileconfig. I sent wording of a telegram for device tokens using APNs. It is replacing by the character string of PushMagic. Although {"mdm":"xxxxxxxxxxxxx-xxxx-xxxx-xxxx"} is sent via APNs from the MDM server, iPhone is not reached. Why is it? Follow MDM_Protocol pdf very carefully. If you are following this link: http://www.softhinker.com/in-the-news/iosmdmvendorcsrsigning Then

Using MDM To Configure An Enterprise App Via NSUserDefaults

扶醉桌前 提交于 2019-11-27 12:07:34
I'm using Profile Manager in OS X Server 3.0.1 on 10.9 to push my enterprise app to a managed device running iOS7. This is working well, and I am also able to push device configuration settings. My roadblock is how to take the information offered in Apple's example project, ManagedAppConfig , and apply it to an app distributed by Profile Manager. ManagedAppConfig provides a simple plist which is supposed to be used to put data into an app's NSUserDefaults, which is then used for app configuration; but, there is no direction given for how to use MDM to get this data dictionary into the

generate MDM certificate

不想你离开。 提交于 2019-11-27 11:09:30
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 getting clear idea how to generate MDM Certificate which can be used to provide MDM service for all the devices registered with the MDM server. User97693321 To MDM capabilities of iOS you need to get MDM certificate using your Enterprise developer account.The generated APNS certificate for MDM will be used as MDM certificate.You can get more details in third party MDM vendors site about how to