I'm working on a project using sencha touch 2.3, and its a project requirement to integrate it using AirWatch SDK. I googled it out but nothing found anything that might clear me the confusion to integrate it with Phonegap (sencha touch). AirWatch Provides a Iphone iOS SDK and sample code which is fully native example to test AirWatch.
I need to know is their any possibility that might help me out to integrate phonegap with AirWatch Native code.
Might this link also help to tells the possibility click here but i can't figure it out.
I was searching the web for Cordova Plugin for Air Watch and came across your post.
If Air Watch doesn't provide a plugin, and instead offers an SDK, then you can write your own native plugin to integrate with Air Watch through their SDK.
I just wrote a plugin for another native functionality and it's not difficult, once you learn how to do it. :-)
There is a nice tutorial on Cordova 3
It doesn't cover plugins and unfortunately, the docs are not that clear. If you wish to go this route, I can provide you the details on how to create and install a plugin.