mdm

Is there any way to get current running foreground application (package) for all available OS?

时光怂恿深爱的人放手 提交于 2020-11-28 01:46:13
问题 I know, too many questions already raised on this topic but, that are not supported in all OS / devices Question Is there any way to get current running foreground application (package) for all available OS ? How AppLock works (how it detects any app launches)? What I have tried (but failed) How do I detect if an android app is launched? - Google has disabled in Android L. How to use UsageStatsManager? - android.permission.GET_TASKS is depricated. How to make my app a device owner? - Cannot

Is there any way to get current running foreground application (package) for all available OS?

旧城冷巷雨未停 提交于 2020-11-28 01:44:04
问题 I know, too many questions already raised on this topic but, that are not supported in all OS / devices Question Is there any way to get current running foreground application (package) for all available OS ? How AppLock works (how it detects any app launches)? What I have tried (but failed) How do I detect if an android app is launched? - Google has disabled in Android L. How to use UsageStatsManager? - android.permission.GET_TASKS is depricated. How to make my app a device owner? - Cannot

Unable to complete Windows Phone Certificate enrollment web service process

徘徊边缘 提交于 2020-01-17 04:17:40
问题 I am implementing windows phone MDM using windows phone 8 enterprise DM Protocol. I succeed in Discovery phase and Certificate enrolment policy web service. But in Certificate enrolment web service process i am facing problem. While creating provisioning XML i embedded my domain CA and intermediate certificates. I also added Client certificate which i got request from device. I totally converted into base 64 format and i am sending response to the device(RequestSecuirtyTokenResponse). I am

MDM: APNS notification does not reach iPhone

折月煮酒 提交于 2020-01-10 20:14:46
问题 A notice does not reach a terminal. Please let me know. Hello. Thank you. iPhone 4S iOS 5.1 I wrote the following ruby script. And it performed from the MDM server. However, a notice does not reach an iPhone terminal. Please let me know. A setup by ."mobileconfig" was completed and the topic and the device token have been PUT to the MDM server. It checked that the right information was also acquirable, It is confirmed that renewal of a message or a badge is made to an iPhone terminal in APNs.

MDM: APNS notification does not reach iPhone

社会主义新天地 提交于 2020-01-10 20:14:09
问题 A notice does not reach a terminal. Please let me know. Hello. Thank you. iPhone 4S iOS 5.1 I wrote the following ruby script. And it performed from the MDM server. However, a notice does not reach an iPhone terminal. Please let me know. A setup by ."mobileconfig" was completed and the topic and the device token have been PUT to the MDM server. It checked that the right information was also acquirable, It is confirmed that renewal of a message or a badge is made to an iPhone terminal in APNs.

App restrict in android MDM

北战南征 提交于 2020-01-05 07:03:18
问题 How can I restrict the android application installed in device using the MDM? Guide me to solve the problem? Thanks in advance. 回答1: While I'm not sure what the Mass360 app does under the hood, there is a Device Admin API that became available in 2.2. http://developer.android.com/guide/topics/admin/device-admin.html 回答2: You will either need to write your application with Root permissions enabled, which will allow you to control the device a little more, or you will have to do some trickery

How to access UWP application settings set by MDM?

可紊 提交于 2020-01-04 06:14:14
问题 I am using EnterpriseModernAppManagement CSP to install and set settings for some UWP app as defined here: https://msdn.microsoft.com/en-us/library/windows/hardware/dn904956(v=vs.85).aspx .../PackageFamilyName/AppSettingPolicy/SettingValue (only for ./User/Vendor/MSFT) Added in Windows 10, version 1511. The SettingValue and data represent a key value pair to be configured for the app. UWP app installs correctly and settings setup (via AppSettingPolicy) execute successfully. But how do I now