Why my cookies are not saved when my app is exported with signed certificate for upload to Google Play Store?
When I run my app in from eclipse it works fine and the cookies are saved.
I use for Http connection with this library:
http://loopj.com/android-async-http/
and with this method:
mClient = new AsyncHttpClient();
mClient.setCookieStore(new PersistentCookieStore(context));