[iOS] CouchbaseMobile autoRestart not working.
Sun, 12/11/2011 - 12:51
I am using the latest 2.0.0 CouchbaseMobile and am facing with problem where when the app is launched after it is suspended (press home screen, off the power, on the power, relaunch the app), query no longer works. It seems that the server is being shut down.
I checked that my autoRestart is set to YES but it is not restarting.
I even try to call
[theCouchbaseMobile performSelector(maybeRestart)];
at becomeActive.
I am on iOS 5.0.1.
Could anyone help me out?
Thanks!
My issue is similar to this but my autoRestart is set to YES.