Sunday 15 January 2012

Loopj Android Asynchronous Http Client Cookies not save in signed apk -



Loopj Android Asynchronous Http Client Cookies not save in signed apk -

why cookies not saved when app exported signed certificate upload google play store?

when run app in eclipse works fine , cookies saved.

i utilize http connection library:

http://loopj.com/android-async-http/

and method:

mclient = new asynchttpclient(); mclient.setcookiestore(new persistentcookiestore(context));

it's loopj bug !!

i had comment line in project.properties file: proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

also read at: https://github.com/loopj/android-async-http/issues/688

android cookies google-play loopj

No comments:

Post a Comment