简体   繁体   English

连接到套接字服务器时出现问题?

[英]Problem when connecting to the socket server?

I made an application that connects to the socket server. 我制作了一个连接到套接字服务器的应用程序。 I tested it successfully on blackberry devices on the edge connection. 我在边缘连接的黑莓设备上成功测试了它。 But I faced a problem in ZAIN SA . 但是我在ZAIN SA遇到了一个问题。 I am always getting INVALID URL PARAMETERS meaning that no internet connection is available. 我总是收到无效的URL参数,这意味着没有互联网连接可用。

In other countries, the connection is established. 在其他国家/地区,则建立了连接。 In ZAIN SA the connection is not established. ZAIN SA中 ,未建立连接。 What can be the problem? 可能是什么问题? Note that the connection is successful on WIRELESS but not EDGE. 请注意,无线连接成功,但EDGE连接不成功。 How to resolve this? 如何解决呢? Is there a parameter I should include in the URL? URL中应该包含一个参数吗?

Thanks 谢谢

I don't think it has anything to do with your code if it works on other carriers. 如果在其他运营商上运行,我认为这与您的代码无关。 It seems to me that it's a carrier specific problem and you will need to take it up with Zain engineers. 在我看来,这是运营商特有的问题,您需要与Zain工程师一起解决。

Having said that, if you post your code here we can have a look and see if there's anything obvious missing. 话虽如此,如果您在此处发布代码,我们可以看看是否有明显的遗漏。

You probably need the APN password for Zain SA. 您可能需要Zain SA的APN密码。 Though it is called a 'password' they generally aren't kept secret, and the password is the same for all users on that network. 尽管它被称为“密码”,但通常不会对其保密,并且该网络上所有用户的密码都相同。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM