Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用免费的 QuickBlox Chattar 应用程序作为我自己的聊天应用程序的基础:
像这样。
问题是,它编译得很好,但由于错误,聊天永远不会开始:
“UDID 已被占用”
使用此聊天 sdk 是否有人偶然发现此类错误?
我有同样的问题,我删除了这两行,现在我不再收到那个错误了。
extendedAuthRequest.devicePlatorm = DevicePlatformiOS; extendedAuthRequest.deviceUDID = [[UIDevice currentDevice] uniqueIdentifier];