简体   繁体   English

iOS上的QuickBlox Facebook聊天-UDID问题

[英]QuickBlox Facebook Chat on iOS - UDID issue

I use the free QuickBlox Chattar app as the basis for my own chat app: 我使用免费的QuickBlox Chattar应用程序作为自己的聊天应用程序的基础:

Like This. 像这样。

The problem is that, it compiles well, but the chat never starts because of the error: 问题是,它可以很好地编译,但是由于错误,聊天从未开始:

"UDID already taken" “ UDID已被占用”

Anybody stumbles across such errors using this chat sdk? 有人使用此聊天SDK偶然发现了此类错误吗?

I had the same problem, I removed these two lines and now I don't get that error anymore. 我遇到了同样的问题,我删除了这两行,现在不再出现该错误。

extendedAuthRequest.devicePlatorm = DevicePlatformiOS;
extendedAuthRequest.deviceUDID = [[UIDevice currentDevice] uniqueIdentifier];

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

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