1,040 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
48
views
Autonomous Single App Mode (ASAM) supported App on MacOS
I'd like to write a MacOS App that makes use of the ASAM functonality as described here: https://developer.apple.com/documentation/devicemanagement/autonomoussingleappmode
I have tried to use the ...
0
votes
0
answers
124
views
SOTI MobiControl - Using CustomAttributes in App Policies
I have an enterprise app I'm deploying to multiple sites. Each site has a slightly different configuration, and I'd prefer not to create an app policy for every site; that would be time-consuming and ...
1
vote
1
answer
111
views
Android Management API Kiosk Mode: Displaying PackageInstaller Confirmation Prompt for Sideloaded APKS (Non-Managed Google Play)
I'm developing an internal enterprise app store (let's call it ````com.private.internalstore```) for Android devices managed via the Android Management API (AMAPI). This app is designed to install and ...
0
votes
1
answer
59
views
Android Management Password policy: "RequirePasswordUnlock cannot be set inside a deprecated field"
I was trying out the Android management Password policy. This is the payload I applied:
"passwordRequirements": {
"passwordMinimumLowerCase": 5,
"...
0
votes
1
answer
231
views
How can I install apps from unknown sources/ Android Studio to work profile managed by intune?
I am a newbie. I have created an app for work profile and tested it out using TestDPC. But I want test it using actual DPC like intune. I am done with the account setup and tried creating ...
0
votes
0
answers
74
views
Workspace ONE SDK binding issue for .NET MAUI: AWController not publicly accessible
We are developing a .NET MAUI-based mobile application for iOS, and we would like to integrate the Workspace ONE SDK. However, since there is no direct support for MAUI, we are trying to convert the ...
0
votes
0
answers
59
views
How can a url not open in a native app but open in a react-native app?
Hello I'm having some issue opening a URL to a browser outside the app, the error is only being reported on the MDM devices, locally they work fine
Link is being opened as follows:
guard let ...
0
votes
0
answers
62
views
Why is my Android app not auto-launching during device setup with MDM policy?
I'm developing an Android app that should be automatically installed and launched as part of the device setup process using a Mobile Device Management (MDM) solution. The app's package is configured ...
0
votes
0
answers
73
views
How to generate a CSR on android
I am developing an Android EST (Enrollment over Secure Transport) client to securely generate and enroll X.509 certificates using mutual TLS (mTLS).
(We need to enroll device with EST protocol instead ...
0
votes
0
answers
79
views
MDM-MDM signing certificate
In MDM (mobile device management) instance, whether a internal CA is required to get a APNs certificate from the Apple, to generate MDM signing cert. In the case of multi tenant that has a MDM ...
0
votes
1
answer
63
views
Generate a public/private key pair in Privacy Enhanced Mail (PEM) format for the MDM server, and store the private key securely on the server
I am trying to follow the instructions for creating DEP Server Tokens in Apple's Device Enrollment Program manual (https://developer.apple.com/documentation/devicemanagement/device_assignment/...
1
vote
1
answer
193
views
How to set up Managed Configurations and retrieve the data with RestrictionManager
Setting up Android Enterprise's AMAPI, i have an application that needs to receive information from the AMAPI service (such as urls and texts), when refering to the documentation for Managed ...
0
votes
1
answer
152
views
What Functions Are Supported by the Android Management API (AMAPI) Extensibility SDK for Companion Apps?
I am developing a solution to manage Android devices using the Android Management API (AMAPI).
I’ve reviewed the Android Management API's Extensibility SDK documentation, but I’m unclear on its ...
1
vote
1
answer
689
views
How to pass custom config (key/value) pair to android app installed via Microsoft Intune MDM / MAM
I am struggling to understand how I can add custom config to my app on android so that when users download the app from intune, the config automatically is passed with the installation.
The config is ...
0
votes
1
answer
262
views
iOS : Per App Content Filter deployment through Intune
I am testing Per App Content Filter(iOS 16 onwards) feature for iOS. Per App Content Filter entitlements can run on a managed device only. Hence these entitlements must be pushed through MDM.
Apple ...