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

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -