My App works over WiFi. But not over 3G in android? Any Guesses?

前端 未结 1 734
既然无缘
既然无缘 2020-12-21 08:47

I have developed an App that target version is 4 (Android 1.6) upto 7 (Android 2.1). I tested this app on the dev phone 2 (Google-Io-Device 1.6 version). I am doing some xml

相关标签:
1条回答
  • 2020-12-21 09:08

    Only android.permission.INTERNET. It's most likely that the server you're connecting to is only accessible from your local network, if it's behind a router/firewall. An easy test is to try to open the same URL you're trying to hit in the system Browser app.

    It'd also be helpful to see the traceback from logcat.

    0 讨论(0)
提交回复
热议问题