ota

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

Updating an application OTA

十年热恋 提交于 2019-11-28 04:36:43
问题 I'm developing an application that will be available from a website (market probably as well). The problem I'm having at the moment is how to handle the updates to the app. I know how to check the version against the current one and I know if I need to update it. Question is...how? Is there a way I can download an APK from the website and start the install process? The user will have to confirm of course, but I just want to be able to start it for him. At the moment I'm doing this: private

Error when distributing an IPA over the air with dropbox - iOS 7.1

不羁的心 提交于 2019-11-27 13:56:27
问题 As Apple requested to use https instead of http for distributing the IPAs over the air, I tried to use dropbox. I followed this solution Enterprise app deployment doesn't work on iOS 7.1 but I'm getting this error: "Cannot connect to dl.dropboxusercontent.com" when trying to install the plist through this link: <a href="itms-services://?action=download-manifest&url=https://dl.dropboxusercontent.com/s/56ny312cwdacho7/xxxxx.plist> Install </a> Thanks in advance. 回答1: I had exactly the same

Fabric release XCode 6.3 codesign xcode-select

独自空忆成欢 提交于 2019-11-27 11:26:08
问题 I'm trying to upload a release to Fabric & I'm getting errors as follows. I'm using the XCode 6.3 (recently updated). XCode: 6.3 Fabric: 1.1.3 OSX: 10.10.3 What should I do to resolve above error & continue uploading the release via fabric desktop tool? Is there any other way to upload binary to fabric? 回答1: Mike from Fabric here. 1) To clear that error from Fabric.app: Quit Fabric.app, then run this command to clear the local cache: rm -rf ~/Library/Caches/com.crashlytics.mac You may also

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

南笙酒味 提交于 2019-11-27 02:28:09
问题 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

IOS Enterprise Distribution Through OTA

不羁岁月 提交于 2019-11-26 21:15:55
We have build an enterprise iPad App and now we want to give it to our employees. Initially when testing, we used ad-hoc distribution collecting all the test device's UDID and then creating the profile. Now going live we want this app to be deployed in a secured web server and send the link to our employees, so that they enter the username and password before accessing the link. There are around 500+ devices we need to install this iPad App. Do i need to collect all the UDID and then deploy the .ipa file, because Apple documentation says: Create an enterprise distribution provisioning profile