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
0
votes
1 answer

How to get android app versionName from AirWatch APIS

I want to fetch versionName of all app/product deployed to AirWatch, using Airwatch api's but I am not sure if any API available for that or not. I searched in document but I am not able to find any api name. Can anyone tell me service name to get…
R15
  • 13,982
  • 14
  • 97
  • 173
0
votes
0 answers

How my android app be authenticated automatically when deployed by AirWatch

I have a business app with some authorized REST. After user install app via AirWatch Intelligent Hub. Can user use my app without login requirement? (use the credential from AirWatch Intelligent Hub) If yes, how can my app detect the credential to…
tpv
  • 1
0
votes
1 answer

Prevent android app reverse engineering on Airwatch managed devices

From the Airwatch features and documentation, they mention that the apps are containerized. And thus, all the app content is safely encrypted and not easily exposed. For rooted devices, Airwatch can detect such devices and perform a remote wipe of…
Kumar Bibek
  • 9,016
  • 2
  • 39
  • 68
0
votes
1 answer

How to "promote" Internal application to higher level Organization?

We're currently using AirWatch to deploy an internal enterprise iOS application. The group deploying the application is set-up as a sub-organization in the parent (something like Parent -> R&D). The R&D organization is only assigned a couple of…
krsyoung
  • 1,171
  • 1
  • 12
  • 24
0
votes
0 answers

incomplete manual app deletion when tablet under MDM control

I have an enterprise iOS app that is distributed through an MDM (AirWatch), for which part of our operating procedure is to manually delete the old app, then have the user manually install through Airwatch (Catalog app). I'm seeing odd behavior for…
Nostradamus
  • 1,497
  • 3
  • 20
  • 34
0
votes
1 answer

iOS Application_Home/Library/Caches directory being cleared extremely often

We are seeing an error complained about by the users of one of our applications. To the best of my knowledge, the users that are complaining of this issue are all using devices managed by airwatch. The underlying issue is that when the app is…
1800 INFORMATION
  • 131,367
  • 29
  • 160
  • 239
0
votes
1 answer

Can I manage my app and devices using AirWatch?

We are developing iOS application and going to distribute it in Enterprise account. Want to integrate AirWatch and have several questions about this service: Can we deliver some content to our App (Documents folder inside our App) using…
Alex
  • 2,100
  • 19
  • 26
0
votes
1 answer

airwatch-sdk-plugin not recognised in ionic 3 app

I've created a brand new blank ionic 3 app and run the command "npm i airwatch-sdk-plugin" and then "ionic cordova platform add android". In app.components I have this code ... import { Component } from '@angular/core'; import { Platform } from…
user1753622
  • 287
  • 3
  • 19
0
votes
1 answer

Configuration Ionic (Cordova) iOS APP distribution through AirWatch?

please, advice. We have a iOS Ionic app (hybrid app = Cordova + Angular), signed by a certificate from the enterprise program because we need eploy In-house. When I upload the application to a public space, and I install over link to IPA file, the…
Pitrsonek
  • 71
  • 2
  • 5
0
votes
1 answer

Airwatch Catalog and Airwatch Tunnen URL Scheme?

My company is using AirWatch as an MDM and I need to develop an app on both Android and iOS. This has been achieved using react-native My problem is that I can't find any information on the URL schemes for the AirWatch Tunnel. My use case is that if…
pj013
  • 1,393
  • 1
  • 10
  • 28
0
votes
1 answer

iOS: How to set the device serial number via application configuration in airwatch?

In JAMF, you can use "App Configuration" to tell the device it's own serial number using something like this: device_serial_number $SERIALNUMBER You just paste that directly into the "App…
synic
  • 26,359
  • 20
  • 111
  • 149
0
votes
1 answer

How to enable AirWatch MDM functionality for apps deployed on AppStore

Airwatch currently provides three options: Internal Apps Public Apps Purchased App (VPP) I want to enable MDM for public apps, I have installed SDK, but it is not getting authenticated with the public apps, but gets authenticated with the Internal…
Abbas Mulani
  • 703
  • 2
  • 8
  • 19
0
votes
1 answer

How to restrict iOS App if user device is not enroll with Airwatch Agent?

In android we can easily check the device is enrolled or not as follow : final boolean isEnrolled = awSDKManager.isEnrolled(); if (isEnrolled) { final String settings = awSDKManager.getCustomSettings(); } There is similar function for iOS…
Aashish1aug
  • 795
  • 1
  • 8
  • 22
0
votes
1 answer

Xamarin forms Air Watch AWSDK Android Error

We see error with new Xamarin forms project, when we add AWSDK nuget package. Is this SDK applicable for Xamarin forms? AWSDK Url : https://components.xamarin.com/gettingstarted/awsdk Error…
Rajalbar
  • 59
  • 9
0
votes
1 answer

Airwatch android sdk development

I've a simple android application that shows a web view android studio 2.3.3 Airwatch SDK for android 17-2.9 when the app loads i get this error in the android monitor: "E/AirWatch: Failed to match App certificate. Make sure your app is managed…
Udi Dekel
  • 1
  • 1