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 を使用して、このようなエラーに出くわした人はいますか?
私は同じ問題を抱えていました。これらの2行を削除しましたが、今ではそのエラーは発生しません。
extendedAuthRequest.devicePlatorm = DevicePlatformiOS; extendedAuthRequest.deviceUDID = [[UIDevice currentDevice] uniqueIdentifier];