I have one more query ,it can be a silly question also .. Why I'm not able to call close on cblmanager sharedinstance .I have read in the documentation that , it is applicable for cblmanager instances only .. What's the purpose of closing the cblmanager's copies .. ??
Please help me to understand
On Aug 12, 2014, at 6:54 AM, rupa selvaraj <rups...@gmail.com> wrote:Is there any specific condition that needs to be met before deleting the database using deletedatabase method ?because we are facing issues in our application . Actually ,we have put progress view till delete action gets over . But its keep on loading , and the delete action never ends .
I have one more query ,it can be a silly question also .. Why I'm not able to call close on cblmanager shared instance .
I have read in the documentation that , it is applicable for cblmanager instances only .. What's the purpose of closing the cblmanager's copies .. ??
Sorry about it. Ours is an iOS application.Since we are not able to delete the database, we are actually replacing the database with an empty database on logout. Even after the new data is parsed and saved to database on login,sometimes we could see the old data in the application, but could not find those documents in the database.We are guessing that, still the cblmanager sharedinstance keeping reference to its old database documents.Is there any possibility for that? or do we need to change the approach of replacing the database ? deleting the database requires closing of cblmanager instances?