You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the SDK on macOS, I would expect this value to be macOS.
The Amplitude SDK seems to do this differently, since our analytics still show users for macOS. However, variants are fetched using iOS instead:
Note the value for os being ios 13.3.1.: the macOS version is correct, but it's prefixed with iOS instead of macOS. Due to this, our experiment didn't work as we were targeting macOS users.
The text was updated successfully, but these errors were encountered:
See this line of code: https://github.com/amplitude/experiment-ios-client/blob/main/Sources/Experiment/DefaultUserProvider.swift#L54
When using the SDK on macOS, I would expect this value to be
macOS
.The Amplitude SDK seems to do this differently, since our analytics still show users for
macOS
. However, variants are fetched usingiOS
instead:Note the value for
os
beingios 13.3.1.
: the macOS version is correct, but it's prefixed withiOS
instead ofmacOS
. Due to this, our experiment didn't work as we were targetingmacOS
users.The text was updated successfully, but these errors were encountered: