Abhinav Mishra
Lurker
Hello,
I am an android developer. My app/ server details are:
App:
Gradle:
minSdkVersion=17
targetSdkVersion=26
Using 'com.loopj.android:android-async-http:1.4.9', and json.
Manifest:
<uses-permission android:name="android.permission.INTERNET" />
Server: Java Spring MVC.
Problem: when I invoke any API using wifi connection, it works fine. But when I invoke using mobile data, the HTTP connection timer expires. In fact, packets are lost between my app client and Spring MVC server.
I tried 8080 port, and 80 port. Also, I reconfigured the APN from getting network config message from my telecom provider Idea Cellular, Delhi.
I am an android developer. My app/ server details are:
App:
Gradle:
minSdkVersion=17
targetSdkVersion=26
Using 'com.loopj.android:android-async-http:1.4.9', and json.
Manifest:
<uses-permission android:name="android.permission.INTERNET" />
Server: Java Spring MVC.
Problem: when I invoke any API using wifi connection, it works fine. But when I invoke using mobile data, the HTTP connection timer expires. In fact, packets are lost between my app client and Spring MVC server.
I tried 8080 port, and 80 port. Also, I reconfigured the APN from getting network config message from my telecom provider Idea Cellular, Delhi.