我开始开发 Android 应用程序,我将在其中使用两部手机相互通信。我计划通过互联网进行通信,也许如果一部手机在 IP 地址、服务器和其他手机上发布某些数据会打开该页面(客户端)。问题是我在任何电话上都没有固定IP地址,我可以通过任何其他方式解决这个问题还是我需要考虑不同的通信方式?谢谢!
问问题
828 次
2 回答
0
If your phones are close together, you can try an ah hoc WiFi network. It seems like directly addressing one phone from another using the cellular Internet is about never possible. It could be possible sometimes for some providers if the two phones are in the same cell perhaps, but you can not rely on it.
于 2015-07-16T16:41:43.237 回答