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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Version 2.1.0
App Center
iOS
[Fix] Improve encryption security.
Android
[Fix] Handle incorrect usage of AppCenter.setLogUrl API to provide readable error message.
[Fix] Fix decrypting values that have been stored for more than a year (such as the in-app update token).
App Center Crashes
iOS
[Fix] Fix a crash when tracking an exception without a message.
Android
[Fix] Fix a crash that could sometimes occur while processing native crash reports.
App Center Distribute
Android
[Feature] Add Distribute.SetEnabledForDebuggableBuild(bool) method to allow in-app updates in debuggable builds.
[Fix] Fix duplicate in-app update dialog when restarting (or switching) activity quickly after clicking download. Also fixes a crash when choosing "Ask me in a day" in the duplicate dialog.
[Fix] Fix a crash that could occur when downloading the update with a customized dialog and then calling Distribute.NotifyUserConfirmation(UpdateAction.Postpone) right after calling Distribute.NotifyUserConfirmation(UpdateAction.Update).
[Fix] Fix a crash that could occur while trying to open the browser on some devices.
App Center Auth
[Feature] Expose the ID Token and Access Token (as raw JWT format) in the UserInformation object returned from the sign-in method.
[Breaking change] The UserInformation class has been moved from the Microsoft.AppCenter namespace to Microsoft.AppCenter.Auth namespace.
iOS
[Fix] Fix changing signing status may cause logs (e.g., events) to be delayed.
[Fix] Validate custom URL scheme before starting Auth and log an error message when it is invalid.
[Fix] Fix rare condition where a user is prompted again for their credentials instead of refreshing the token silently.
Android
[Fix] Fix missing proguard rules so that the app does not have to specify them.
[Fix] Fix crash on silently refreshing token if initialization of MSAL fails.
[Fix] Fix sign-in before start auth service never ends and blocks every next try.
App Center Data
[Fix] Fix an issue where invalid characters in the document ID are accepted at creation time but causing errors while trying to read or delete the document. The characters are #, \, /, ?, and all whitespaces.
iOS
[Fix] Fix document serialization/deserialization to handle non string types inside an object.