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
Due to an unintentional change introduced in the release SDK 1.0.2277.86 and 1.0.2357-prerelease, GetAvailableBrowserVersionString cannot be called without any params. I.e. GetAvailableBrowserVersionString() will throw an exception. This is as mentioned in the following GitHub issue.
We will be addressing this unintended change in the upcoming SDKs (release and pre-release), which will be released around end February
Current workarounds:
If you need to use release SDK 1.0.2277.86 or 1.0.2357-prerelease, you will be able to address the issue by passing null as its first param. I.e. GetAvailableBrowserVersionString(null) will achieve the original behavior
If you don't need to upgrade your SDK right now, you could wait for the upcoming SDKs where this will be addressed
The text was updated successfully, but these errors were encountered:
Due to an unintentional change introduced in the release SDK 1.0.2277.86 and 1.0.2357-prerelease,
GetAvailableBrowserVersionString
cannot be called without any params. I.e.GetAvailableBrowserVersionString()
will throw an exception. This is as mentioned in the following GitHub issue.We will be addressing this unintended change in the upcoming SDKs (release and pre-release), which will be released around end February
Current workarounds:
GetAvailableBrowserVersionString(null)
will achieve the original behaviorThe text was updated successfully, but these errors were encountered: