mdm

Can a mobile app which supports an MDM work on devices which do not run on MDMs

為{幸葍}努か 提交于 2019-12-13 06:29:43
问题 Can a mobile app built with an MDM integration (Mobile Device Management solution i.e. Maas360, Airwatch, etc.), work on some other devices which are not enrolled in that MDM? Does this depend on which MDM in particular? 回答1: Yes, the app can work outside of MDM (unless you use a legacy app-wrapping techniques, not commonly implemented today, e.g. Knox v1 app signing service). Important: while the app will work, the features that rely on MDM need to be coded in such a way so they gracefully

iOS MDM payload managed app configuration, observer not working

China☆狼群 提交于 2019-12-13 02:59:57
问题 I can read from MDM payload managed app configuration below is code to read func getManagedAppServerUrl() -> String? { if let managedConf = UserDefaults.standard.object(forKey: "com.apple.configuration.managed") as? [String:Any] { if let serverURL = managedConf["server_url"] as? String{ return serverURL } } return nil } Above code is working as expected. I wish to get notified whenever changes are made by MDM server to "MDM payload managed app configuration" i tried to add Userdefault

MDM Wiping Data when device lost scenario

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-13 02:17:47
问题 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' and the command is queued up. The queued command is executed immediately after the device is powered on and/or unlocked. Does the 'wipe data' command executes the same way as 'Security Info'? Also I think 'wipe data' must also execute even if the device is locked.. Right? Thanks! 回答1: According to

How can I silently push an apk and get it installed by android device policy using android management api?

给你一囗甜甜゛ 提交于 2019-12-13 01:29:32
问题 I am trying to push an APK to the device and get it installed by Android device policy (Device owner) rather than pushing application from play store. I am able to push applications that are available on play store using device policy { "packageName": string, "installType": enum(InstallType), "lockTaskAllowed": boolean, "defaultPermissionPolicy": enum(PermissionPolicy), "permissionGrants": [ { object(PermissionGrant) } ], "managedConfiguration": { object }, "disabled": boolean,

WSO2 MDM iPhone profile installation issue (Invalid DER encoding, not ended)

两盒软妹~` 提交于 2019-12-12 13:17:58
问题 I am using WSO2(3.2.0) IOT server for the iPhone MDM and installed it as per the direction in the website I generated the MDM APNS certificate and added it to ios configurations at the server. while enrolling the iPhone (iphone 6) for the MDM, I am getting profile installation failed at iPhone and at the wso2 server(3.2.0) following error is occurred, however profile installation works fine in the iphone x simulator. I am getting this error for the installation of second profile(for MDM

Android Do not Disturb (DnD) permission in managed profile

和自甴很熟 提交于 2019-12-12 12:56:42
问题 I have the following problem: My app is distributed over an MDM system and runs in Android for Work. In certain situation, the app must temporarily terminate the DnD mode. To achieve this, the user must grant the DnD permission when the app is started. So far so good. If I install the app in the unmanaged area, the app shows up in the list and the permission can be granted without any problems. As soon as the app is distributed via an MDM system, the app no longer appears in the list and the

Implementation for {“mdm”:“<PushMagic>”} using javapns

流过昼夜 提交于 2019-12-12 09:08:38
问题 I am using javapns to develop apple push notification mdm server. There is a package "javapns.notification.management" I could not find an api to send {"mdm":""} to apple. I want to implement MDM solution using javapns. I have installed the mobileConfig and have the deviceToken and pushMagic String. Next I want to send {"mdm":""} and then the other commands. Is this possible using javapns and if yes - is there a sample or some inputs of how to do it? Issue #37 in javapns says it is possible

App icon error in MDM iron server

拟墨画扇 提交于 2019-12-12 00:11:42
问题 In MDM getting error as "png file has proprietary extension ofCgBI and is interlaced-this is unsupported" We regenerated the icons and checked for interlaced option in photoshop also. Still in MDM server facing issue. But the icon is coming properly in devices. Anyone face the same issue and resolved for MDM server? Please how to fix this issue? 回答1: Finally i got the solution.In xcode Build settings we have to set Compress option to NO.Refer the below link, Compress Png Files missing from

WSO2 EMM Android Agent App Issue 'Connection Failed'

可紊 提交于 2019-12-11 18:54:20
问题 I have installed the latest version of the WSO2 EMM v1.1.0. Followed all of the Installing, Deployment, and Running documentation. The server is up and running, I added my Gmail info into the setting in the EMM console so I can send out invites. I added a user and sent an invite. It is received by the client phone (connected on the same LAN as the server). The app can be downloaded. I put in the server IP address, the users email and the password given in the email. When I hit the 'Register'

iOS MDM App Installation/Cancellation Response

眉间皱痕 提交于 2019-12-11 18:46:32
问题 I have developed an MDM Server using the iOS APNS method and I am pushing apps to mobile devices. I want the MDM Server to know when the App was successfully installed or when the user cancels the alert for App Installation. I issue the InstallApplication command and I get an Acknowledgement with State as Queued but I want an acknowledgement when the State is Installed. I tried to issue an ManagedApplicationList command after the InstallApplication command so that I can check if the app