Questions tagged [airwatch]

VMware AirWatch (formerly AirWatch) is a mobility management solution for every device type, OS and use case. Its platform integrates with any enterprise system regardless of type, platform or ownership, from one central console.

VMware AirWatch (formerly AirWatch) is an Atlanta-based provider of enterprise mobility management (EMM) software and standalone management systems for content, applications and email.

119 questions
1
vote
2 answers

publishing a web app in airwatch

I am working on publishing native / hybrid / web apps in airwatch. I have figured out publishing native / hybrid apps in airwatch. How can I publish a web-app (basically a link hosted in my web server) as an app in airwatch ? By this i mean, when a…
user1699790
  • 51
  • 3
  • 10
1
vote
1 answer

Supplying distributable app to client that they can deploy through Airwatch

I have created an app in Adobe Flash CC and have been able to have the client distribute the app to their staff (this is intended for in-house use only) through Airwatch. This has been done by adding their UDIDs to my Developer account's 'beta…
1
vote
2 answers

AirWatch MDM with Xamarin ipa

We are currently adding some mobile applications built using Xamarin.iOS to our AirWatch MDM entreprise store. Unfortunately it doesn't behave as it should: we trigger the download on the device, it downloads the app but it doesn't install on the…
Fabien
  • 1,015
  • 2
  • 11
  • 22
0
votes
0 answers

AirWatch Workspace ONE Disable Heads-Up Notifcation Per App (Android)

How can I disable heads-up (Pop on screen) notifications per app or globally using AirWatch to push custom XML to managed Android devices? Here are the logs off the phone when toggling heads-up notifications for a single app: Enabling "Pop on…
0
votes
1 answer

Deploy Android app apk as an Internal app in Airwatch

I am trying to deploy an apk app as an Internal App in Airwatch. I am going to Workspace One UEM console -> Resources -> Apps -> Native -> Add -> 'Application file' and add the apk from local file. The application is added and I assign an assignment…
oius
  • 1
  • 2
0
votes
0 answers

Crash - dyld: Library not loaded: @rpath/AWSDK.framework/AWSDK

I searched a lot but not getting a developer friendly document to integrate AirWatch for SSO login in my App. I am trying to integrate AWSDK in iOS (Objective C) by following this instruction…
Janmenjaya
  • 4,149
  • 1
  • 23
  • 43
0
votes
0 answers

How to patch .NET Core Security Vulnerabilities for Third-Party Applications on Windows Server?

I've been tasked to look into patching security vulnerabilities for Windows server for my project. The project is running VMware AirWatch UEM on-prem environment. When this application was first installed, it came with its own pre-requisites…
0
votes
0 answers

Hardcode Password into bash script

I am currently trying to find out if there is a way to hardcode the password that subsequentially shows up after the bash script below is ran. The idea is we deploy this via our MDM solution and then run it and it removes the user from having the…
MarrixRed
  • 57
  • 6
0
votes
1 answer

Google Cloud Platform key expiry date problem

When I upload the key I created for the service account in Google Cloud Platform when I am doing Android EMM Registration with G-Suite in VMWare Airwatch, I get an error "The added or subtracted value results in an unrepresentable DateTime.…
0
votes
1 answer

Is there any way to install a browser extension using Airwatch?

I'd like to deploy/install a Firefox add-on or Google chrome extension using the VMware workspace one UEM (formerly known as Airwatch) on Windows 10 platform. Is there any way to perform these browser based extensions in Airwatch?
0
votes
2 answers

From Airwatch SDK, how to I get the current logged in username/certificate

Airwatch documentation is gawdawful. So bear with me. From Airwatch SDK, how to I get the currently logged in username/user certificate?
Anton Tropashko
  • 5,486
  • 5
  • 41
  • 66
0
votes
1 answer

Distrubute iOS App On AirWatch - Same or alias sToken already exists in a peer Organizational Group

I want to distribute my iOS app in mdm with airwatch. But I want to distribute iOS app without appear on AppStore. Therefore I looked for and learned that I must use Apple Business Manager. I made all the preparations. This preparations are: To…
Pelin Konaray
  • 272
  • 1
  • 3
  • 15
0
votes
1 answer

Grant usage access permission with MDM

Is it possible to grant usage access permission with MDM on a managed device without user doing it manually?
Sharas
  • 1,985
  • 3
  • 20
  • 43
0
votes
1 answer

how get key/value from nsuserdefaults .plist configuration file Xamarin forms

I am working as a Xamarin forms iOS enterprise app. We pushed config.plist (Some key-value pair) file to a real device using Mobileiron/airwatch MDM/EMM(Services). Then we deploy the Apps on iPads using MobileIron. When the app starts, the app gets…
0
votes
1 answer

Custom startup splash screen for Cordova airwatch-sdk-plugin

I developed a Cordova application in which I integrated the airwatch-sdk-plugin. This plugin starts automatically, as stated in the official documentation, showing the following two logos respectively for Android and iOS. Android iOS How can I set a…