I am building mobile apps for iOS, Android and Blackberry, Here's how I do this
- I build an app using jQuery, HTML5.
- Make a Zip file of that package.
- Using http://build.phonegap.com I build that app created in jQuery, HTML5 and that phonegap interface provide me build package for every device i.e. iOS, Android and Blackberry.
So this way I just have to create one app and phonegap gives me that app's package for different devices every thing is good but now I am stuck in a problem, I want to identify each device on which my app is installed uniquely but of course solution have to be global I mean I should not write different code for different platforms and devices as far as possible and solution should be using only jQuery, HTML5.
Thanx in advance.