Skip to content Skip to sidebar Skip to footer

Where Are Stored Phonegap Databases In Android Or Iphone?

I'm having troubles to find the SQLite databases that Phonegap creates on iPhone and Android. I've checked the /data folder but there aren't any there. I know that the APIs are ba

Solution 1:

What I did is easier and simpler. I did this for a single testing app and hope it will help you to.

Tiger ~/Library/Application Support/iPhone Simulator/(version which you are testing)5.0/Applications/AADBB179-EC96-4020-910C-85CB01513C58 (yours will be different)/Library/Webkit/Databases/file__0/0000000000000001.db

Your file is 0000000000000001.db

Solution 2:

~/Library/Safari/ or ~/Library/WebKit

Where ~ = the application directory.

Hope this helps. I do not have an actual device to check on at the moment.

Post a Comment for "Where Are Stored Phonegap Databases In Android Or Iphone?"