amplitude / amplitude/Amplitude-iOS
UserID remained in the value nil
オープン
- 主要言語
- 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 はまだ評価されていません。