Adding auto update features to the flex mobile application
currently i am working in mobile application development i开发者_JS百科n flex4.5 . i want to know whether there is any possibility to make the auto update feature(regarding the verison) in mobile application using flex 4.5 . please suggest me on this requirement and if there is any possibility please suggest me the code.
thanks in advance.
if you are building application for android platform - update the version number of your app in manifest file -
<versionNumber>0.5</versionNumber>
and upload it, android marketplace will automatically notify the user to update apps, if he is connected to internet and launches apps.
精彩评论