Udi Dekel
Udi Dekel

Reputation: 1

Airwatch android sdk development

I've a simple android application that shows a web view

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 or AirWatch white-listed"

I can't figure this out, is there something wrong with my app profile or i need to white list my app certificate some how?

enter image description here

Upvotes: 0

Views: 1055

Answers (1)

Nox
Nox

Reputation: 1593

To get airwatch applications to work you must first upload it to your enterprise airwatch catalog then download that to your device.

Airwatch is a bit odd. You must first get the airwatch profile for that app downloaded, which can only happen by first creating it (by uploading the application for the first time) then by downloading the application from the catalog (the profile comes down with the app), then you can sideload the app whenever you want.

  1. make the app skeleton
  2. upload package to airwatch
  3. download app using catalog
  4. now you can test it
  5. directly side load all builds from now on for testing

You should also know you can't really simulate airwatch applications

Upvotes: 1

Related Questions