I am creating a quiz app for iOS using a phone layout. The app allows users to create and then complete quizzes.
I am currently using an HTML 5 database using phonegap APIs to store test data and results. I am worried that now the database can be deleted iOS 5.1 when the device memory is full.
Is there still a mark in the webkit cache folder where the database is stored so that it never gets deleted? If this is not possible, there are suggestions for another way of storing data that will always be permanent.
source
share