Questions tagged [airwatchsdk]

8 questions
5
votes
1 answer

Workspace ONE Android Client SDK throwing exception "empty response from airwatch mdm service"

I have been trying to use the client SDK of Workspace ONE SDK for Android 19.6 with basic implementation Initialization & Usage awSDKManager = SDKManager.init(getApplicationContext()); // isEnrolled returns true if(awSDKManager.isEnrolled()){ …
2
votes
0 answers

Airwatch SDK iOS - We were unable to retrieve the configuration information

Using the Airwatch SDK v21.4 on iOS an error is shown: "We were unable to retrieve the configuration information. Press continue to try again" Using Airwatch SDK 20.9 worked fine, but after upgrading to version (21.0 thru 21.4) on iOS the SDK is…
Newport99
  • 483
  • 4
  • 21
2
votes
1 answer

Airwatch Rest API for Reboot Device

My question is regarding the Airwatch Rest API. Is there any command(API) available for rebooting the device in Airwatch Rest API(Programmatically), like Lock, OsUpdate, etc. Thanks, MR
MNR
  • 1,073
  • 7
  • 23
  • 37
1
vote
0 answers

How to restrict my mobile app with AllowedApplications values of Airwatch SDK Profile Restrictions?

I am developing an mdm application that listens to SDK profiles from Workspace One UEM/Airwatch console and takes relevant actions. (Group & Settings -> All Settings -> Apps -> Settings and Policies -> Profiles -> Add Profile -> SDK Profile) For…
Pelin Konaray
  • 272
  • 1
  • 3
  • 15
1
vote
0 answers

How to enable Airwatch Tunnel in Xamarin.Forms WebView?

I have a WebView in my Xamarin.Forms app. Followed instructions here to integrate AirWatch SDK into my iOS App. I have also added an SDK profile to the IPA via AirWatch console. The profile has been configured to use AirWatch tunnel when accessing…
rams
  • 6,381
  • 8
  • 46
  • 65
0
votes
0 answers

How can we create temporary sessions on ipad via SDK?

We want to create temporary sessions programmatically. How can we do that just like MDM solutions can do. I want to know if we can do that via any SDK if we are using Workspace ONE SDK.
Naveed Rafi
  • 2,503
  • 5
  • 32
  • 40
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
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…