I have a strange problem. I created an android app that uses Retrofit library for calling a web service. I have widely tested the app, on a lot of devices and Android version. On all works fine, except for one: a Acer Iconia Tab A500 with Android 4.0.3 (API Level: 15). For this one, each time the web service is called, retrofit return me the following error:
11-28 16:08:59.700: W/System.err(4436): retrofit.RetrofitError: 307 Temporary Redirect
I'm sure the code I right, and I can't figure out where can be the problem. Any suggestions?