Which storage mechanism will suit for Android and IOS in my scenario? -
let me describe scenario first.
i want build phongegap app android[4+] , ios[5,6,7].
in want store data around 3 4mb @ max.
a user can use app upto 2yrs of duration.
i read phonegap documentation on storage. according document websql sufficient implementation.
the followings factor why rethinking websql.
will there support issue or compatibility issue in ios,
long term usage of app should not compromise data [websql webstorage] &
clearing cache, install/uninstall of browser, clearing temp shouldn't cause loss of data.
suggest storage mechanism in scenario.
you can use html5 localstorage
storage because support until 5mb.
Comments
Post a Comment