简体   繁体   中英

QuickBlox Facebook Chat on iOS - UDID issue

I use the free QuickBlox Chattar app as the basis for my own chat app:

Like This.

The problem is that, it compiles well, but the chat never starts because of the error:

"UDID already taken"

Anybody stumbles across such errors using this chat 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];

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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