How to override the DeviceInfo.OsVersion field from client app? #1092
Unanswered
nishchith-cp
asked this question in
Q&A
Replies: 2 comments
-
@lalitb Is there any API we can use to set |
Beta Was this translation helpful? Give feedback.
0 replies
-
The 1ds core C++ provides ISemanticContext::SetOsVersion() to explicitly set the OS version. But I don't see this implemented for iOS - https://github.com/microsoft/cpp_client_telemetry/blob/974c581854d4f6d72a3f889b5520e0e08ba96d86/wrappers/obj-c/ODWSemanticContext.mm. I faster way would be to contribute the change. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Need to set the
DeviceInfo.OsVersion
from the client side.Currently, the
DeviceInfo.OsVersion
is being populated within the SDK. We want to set this from our client to support the formatxx.xx.xx
I don't see any APIs exposed for the same. I tried to override the field using setContext API but it doesn't seem to work.
Kindly help with the same. Is there any way to override this from the client side?
Beta Was this translation helpful? Give feedback.
All reactions