amplitude / amplitude/Amplitude-iOS

UserID remained in the value nil

オープン
#236 コメント 14 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Objective-C
スター
328
フォーク
194
PR マージ指標
30日以内にマージされた PR はありません

説明

Hello! We had a issue with setting UserID in the iOS SDK. As UserID we use DeviceToken. For 90% of our users, UserID remained in the value "(none)", while for 10% it was successfully setted. On our test devices, UserID is also successfully setted.
SDK amplitude/ 5.1.0

code example:
`Amplitude.instance(withName: "first").initializeApiKey(amplitudeApiKey, userId: UIDevice.current.identifierForVendor?.uuidString ?? "")`

`UIDevice.current.identifierForVendor?.uuidString` always don't nil. It's checked through debugPrint.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。