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
Per discussion that occurred here: #310 we should override the user agent to provide details for tracking.
The default user agent that NSURLSession default configuration sends up looks like $(CFBundleName)/$(CFBundleVersion) CFNetwork/808.3 Darwin/16.3.0 which is pretty much useless for our case.
What we want is something like User-Agent: <sdk_name>;<sdk_version>;<os_version>
Thoughts on formatting @sarahlensing ?
The text was updated successfully, but these errors were encountered:
Per discussion that occurred here: #310 we should override the user agent to provide details for tracking.
The default user agent that NSURLSession default configuration sends up looks like
$(CFBundleName)/$(CFBundleVersion) CFNetwork/808.3 Darwin/16.3.0
which is pretty much useless for our case.What we want is something like
User-Agent: <sdk_name>;<sdk_version>;<os_version>
Thoughts on formatting @sarahlensing ?
The text was updated successfully, but these errors were encountered: