iphone - sqlite file path created using iOS - UIWebView -
in application using sqlite uiwebview store user preferences , details. moving functionality in native objective-c code, , want preserve defaults when application updated.
i thinking of accessing .sqlite file objective-c code , transfer preferences in nsuserdefaults. can .sqlite files created uiwebview, whats default location ?
if you're on simulator, db files here:
/users/<your-user>/library/application\ support/iphone\ simulator/user/applications/<your-app-id>/library/webkit/databases/file__0/<database-name> on device, try:
/var/mobile/applications/<your-app-id>/library/webkit/databases/file__0/<database-name>
Comments
Post a Comment