DeFactoSA wroteI have a client who needs a mobile app developed that can be sold via mobile app stores - lite (free) version, full (paid) version, push notifications and all - has anyone managed to do this using AwareIM? They would need the web application for their own management of users and for communication with users so definitely need the two to be integrated.
If you have experience in doing this and are willing and able to consider taking on this development please PM me.
Helen, based on the title of your post, I'd like to make the following comment, so you can clarify more.
There are essentially 3 types of Mobile developments:
1) Browser based - This is how Aware does it, which you're basically running a website (JS/HTML5) in Mobile's Browser.
2) Hybrid - This is done by taking a Browser based application and wrap it with a "Native" shell (for each OS, Windows, Android or iOS). Phogap offers this facility to wrap your browser app within a native shell with a chrome-less browser engine embedded , so the Mobile device would run the shell as a native app, and then the shell will launch the embedded browser and your app. You will no longer see the Browser's chrome (Borders) and it can be downloaded from store and installed just like a native app. But it is STILL running JS/HTML5 and NOT native code like Java or C# or Objective C.
With basic Phongap support, current Aware version can do a very BASIC integration with Phonegap, to make your app install able, but will not offer many features that are available in Phonegap.
3) True Native - This is a true Native code written specifically for a specific OS/Device (Android, iOS and Win). Each is written in different language and is vastly different another one. Most of the new developments are done in standard REST based which Aware uses "proprietary" REST format.
With this in minds, could you please clarify which one these three you were referring to, when you said "with native mobile app experience"?
Thanks!