无法连接到web socket react-native-meteor iOS

时间:2017-02-23 03:02:59

标签: ios react-native react-native-meteor

我正在使用react-native-meteor,并且无法仅使用iOS连接到网络套接字。我的应用程序在Android模拟器上运行时工作正常,但只是在iOS模拟器或设备中不起作用。这是我的代码:

Meteor.connect('ws://app.mysite.com/websocket');

日志:

[info][tid:main][RCTBatchedBridge.m:72] Initializing <RCTBatchedBridge: 0x7fe23b23d4c0> (parent: <RCTBridge: 0x7fe239d65090>, executor: RCTJSCExecutor)
[warn][tid:main][RCTEventEmitter.m:54] Sending `websocketFailed` with no listeners registered.


Disconnected from DDP server.

我知道为什么我不能只在iOS上连接?

我已经停用App Transport Security,并下载了非https网页,所以我知道这不是问题

0 个答案:

没有答案