As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
am added the kinvey jar files to android project its working.... but after build the apk am open the my app and try to login it but am getting "stream closed expection",
my added the progurad to the my project .. at that time its not working, but when am remove thw progurad the app is workin.
But i need the progurad to my app.. any suggest please help me....
1 Comment
E
Edward
said
almost 10 years ago
Hey,
This is going to depend on which methods you are using in the library, and I would recommend experimenting with the -keep flag in your proguard config. First try setting a -keep for all packages `com.kinvey.*`, and then you can narrow it down depending on which methods you are using in the `com.kinvey.android` package. Note that `com.kinvey.java.*` package will have to be there in it's entirety.
androidsvtech
my added the progurad to the my project .. at that time its not working, but when am remove thw progurad the app is workin.
But i need the progurad to my app.. any suggest please help me....