Questions tagged [mdm]

Mobile Device Management

Mobile Device Management is a way to give IT departments the ability to securely enroll devices in an enterprise environment, wirelessly configure and update settings, monitor compliance with corporate policies, and remotely wipe or lock managed devices.


Master data management (MDM) is a comprehensive method of enabling an enterprise to link all of its critical data to one file, called a master file, that provides a common point of reference. When properly done, MDM streamlines data sharing among personnel and departments. In addition, MDM can facilitate computing in multiple system architectures, platforms and applications.

1033 questions
5
votes
1 answer

What response should be sent to device after the SCEP payload?

I have sent the SCEP payload to the iOS device, and I got the reply from the device too.Now I am getting the response as GetCACert something like that. Now what response have to be sent to the device ? Whether I need to send any certificate from the…
Cyril
  • 1,216
  • 3
  • 19
  • 40
5
votes
1 answer

APNS without Badge/Alert/Sound

Can I send a notification to APNS without Badge / Alert / Sound, which should notify only to my app which is installed in the iPhone ? It's like custom notification sending via APNS to the App in the device which should not alert the user. Is it…
Achilles
  • 1,065
  • 2
  • 13
  • 29
5
votes
0 answers

App crashes, but only on iOS 14, and only if installed via MDM

We're experiencing an extremely bizarre crash in our iOS/iPadOS app. Some major changes in our latest release: Built with Xcode 13.0 on Big Sur 11.6 Dropped support for iOS 13 Updated Firebase to 8.9.1 Built using the latest fastlane version OK…
scaly
  • 509
  • 8
  • 18
5
votes
1 answer

How to implement SSO in Xamarin Forms App?

I am trying to implement SSO feature in my app (Xamarin.Forms App - both of ios and android). Login flow is: when user opens login page, she/he will see a button as login with sso. And if user chooses this button, app will open a webview for sso and…
5
votes
2 answers

Detect devices running MDM (mobile device management)

I have a feature to pop up an app update prompt dialog in old app versions (the version is controlled via Firebase Remote Config). However, turns out a lot (but not most) of my customers use MDM to lock down their phone, in which case the end users…
kos
  • 1,770
  • 2
  • 19
  • 41
5
votes
2 answers

How to block or hide app access on Android?

I want to know from your experience what are the best practices for remotely block/hide Android App? With iOS you can hide certain (or all) apps with iOS profile and push the profile to iOS using MDM Server (if iOS in supervised mode) Some people…
AFT
  • 45
  • 7
  • 22
5
votes
1 answer

Upload MDM App to app store like ourpact app

I am developing app like ourpact. https://itunes.apple.com/in/app/parental-control-kid-tracker/id954029412?mt=8 For any MDM app we will require enterprise account to set up MDM. So how could we upload app to app store ? Because enterprise account…
Amrit Trivedi
  • 1,240
  • 1
  • 9
  • 24
5
votes
3 answers

Microsoft ODBC Driver 13 for SQL Server : Login failed for user 'sa'

Im installing the MDM of Informatica. MDM 10.2 - Jboss 6.4 EAP - SQL Server 11 - Windows Server 2008 R2. During the creation of the schema 'sip_ant.bat create_bpm' i got this error Microsoft ODBC Driver 13 for SQL Server : Login failed for user…
DanieleO
  • 462
  • 1
  • 7
  • 20
5
votes
0 answers

MDM deployment of Testflight build?

Is it possible to deploy a TestFlight build using MDM? We'd like to deploy the app for testing with a config file. We don't have the app in the App Store yet and want to control who can run it. We are using a standard developer account, not an…
David
  • 2,770
  • 5
  • 35
  • 43
5
votes
1 answer

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

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…
Dhruv Patel
  • 1,529
  • 1
  • 18
  • 27
5
votes
2 answers

Airwatch android device enrollment

I have setup the android for work account and the airwatch console too. Now when I authenticate using QR code scanner, it asks me for user name and password. When I enter the credentials received in email, I get an error saying "Enrollment Blocked…
Mayur More
  • 951
  • 2
  • 15
  • 37
5
votes
1 answer

Pushing app-specific configurations (Plist) by apple configurator 2?

Is it possible to push managed app configuration (I mean sending to an app a plist) by apple configurator 2 ? Maybe by using Configuration Profile Key? As far as I know this is possible by using MDM servers. Here are some examples of those…
5
votes
1 answer

How to disable MDM for infrared on LG S3

I'm trying to send an infraRed pattern from my application on an LG G3. Apparently, LG doesn't use the existing ConsumerIrManager so I've added LG's own QRemoteSDK to my project. But calling mIR.sendIRPattern((int)frequency,…
Marc Van Daele
  • 2,856
  • 1
  • 26
  • 52
5
votes
3 answers

How to auto-update apps managed by MDM?

I'm building an in-house app that is distributed via the AirWatch app catalog. The app always runs with Guided Access enabled and all devices running it are managed by AirWatch. My questions are regarding auto-update: Is there a way that AirWatch…
Ahmed Hamed
  • 504
  • 1
  • 3
  • 11
5
votes
0 answers

How to communicate between apps in profile owner and device in android lollipop?

I am developing a DPM application. After creating a provising profile, I can see two copy of my application. What I want is, all the server communication should be done my device owner app and this app should communicate all related data to profile…
Sud
  • 421
  • 1
  • 4
  • 8