mdm

How to set MDM Payload's “Identity” in iPCU?

淺唱寂寞╮ 提交于 2019-12-28 12:44:05
问题 Someone tell me I should first do configure SCEP using IPCU,so I set a SCEP sever in Windows sever 2008.Then set the URL in the SCEP payload. but I can't install the Configuration Profile with MDM Payload. And someone tell me I should add in a p12 file/certificate as a 'Credential' in iPCU and pick this from the list in the MDM view.But I don't success. Is any a p12 file/certificate useful ? Thank someone for the help. I need the answer for next step. Thank you! 回答1: If you are using self

Distribute Custom B2B iOS app through Apple Volume Purchase Program?

末鹿安然 提交于 2019-12-25 01:38: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 -

WSO2 MDM Android Agent issue

孤人 提交于 2019-12-24 13:37:30
问题 I was able to succesfully build and export the Android app in Eclipse after entering the server IP address in the CommonUtilities.java file. This apk is downloaded, installed and run on the mobile android device with success. But now when I enter all necessary data for first registration of the app and choose 'Register', I get a message saying : 'Authentication failed due to a conenction failure do you want to try again?' Any idea what I might be doing wrong? 回答1: Can you replace your

iOS MDM — Sending MDM Push Notifications from Java?

≡放荡痞女 提交于 2019-12-24 07:49:09
问题 I am working on a simple iOS Mobile Device Management (MDM) server in Java as a mental exercise and proof-of-concept. Up to now, I have a series of JAX-RS RESTful service endpoints that allow me to do: Initial device enrollment Initial MDM certificate enrollment (SCEP) Device certificate enrollment (SCEP) MDM profile payload installation My MDM profile looks something like this. It configures the device certificate using SCEP and installs information about the checkin URL and MDM itself: <

how to disable wifi assist without user interaction

十年热恋 提交于 2019-12-23 15:17:14
问题 I have couple of URLs that has to be called(programatically) through wifi not with mobile data. As WIFI ASSIST is on , whenever the wifi is weak ,packets get transferred through Mobile data. I would like to stop this from happening. As far as I have researched, there is no API to toggle wifi assist switch on and off programatically I can find if the user has mobile data and wifi on with the help of Reachability Class I believe and I can alert the user to keep wifi assist off but this is a

iOS MDM Enrollment Profile Request of /profile to sign the certificate using java

﹥>﹥吖頭↗ 提交于 2019-12-23 02:17:15
问题 Hello we are trying to create an iOS MDM server using java. I am stuck at the very first point where we have to sign the certificate and send an SCEP. I have first sent the enroll plist file to the ios device. In response to which I receive a HttpServletRequest from the ios device when we click on "Install" from the device. It the uses the URL which contains the profile request url and a request is obtained for the same in java. After reading the request.getInputStream i got to know that the

Way to Programmatically Reboot iOS Device?

爱⌒轻易说出口 提交于 2019-12-22 13:56:30
问题 Basically, I'm looking for any way to go about this at all, no matter how cumbersome or unintuitive, so long as it can be done on iOS 7 (which the third party SBSettings framework currently cannot), and can be done on a non-jailbroken device. This is for an app which will be loaded into iPads in a physical enclosure so the power button is inaccessible. The device itself will be in single app mode, which cannot be enabled or disabled except through our network-accessed MDM solution. The issue

iOS MDM - How to close or stop connection after device responds back with valid response

扶醉桌前 提交于 2019-12-22 12:30:47
问题 We are building an iOS MDM server to manage iOS devices. Below were the steps which were involved in enrolling an iOS device into the MDM server Send enroll configuration Perform SCEP send MDM server certificate. Create APNS certificate. Send push notification to the device. The device receives the push notification and contacts the MDM server's "serverUrl". It responds with Status = "Idle" shown below <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"

Android remote or push configuration profile

安稳与你 提交于 2019-12-22 10:36:14
问题 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 configuration. On iOS, there is configuration profile system. You just have to download it to configure your iOS device but what is the good way to do with Android devices ? 回答1: There is nothing like configuration profile on Android. The whole concept of MDM on Android is very different than on iOS (which

How to deploy a MDM check-in sever?

房东的猫 提交于 2019-12-22 01:31:33
问题 My Configuration Profile with MDM Payload not getting installed using IPCU,I have a P12 file, Did the P12 file have any relationship with the check-in server? And how to deploy a MDM check-in server to solve the problem? 回答1: Yes, the identity.p12 should related to your server.Your server link must start with "https" If you are using self-signed ssl then,While generating self-signed ssl certificate in server side,generate identity.p12 certificate and this certificate you need to use in