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.
AppCenter
[Improvement] Add missing XML documentation in the NuGet packages.
Android
[Fix] The SDK normally disables storing and sending logs when SQLite is failing instead of crashing the application. New SQLite APIs were introduced in version 1.9.0 and the new API exceptions were not caught, this is now fixed.
iOS
[Fix] Fix a possible deadlock if the SDK is started from a background thread.
[Fix] Fix a crash if database query failed.
AppCenterDistribute
Android
[Fix] Fix exception if we receive deep link intent with setup failure before onStart.
[Fix] Fix checking updates for applications installed on corporate-owned single-use devices.
iOS
[Fix] Fix a race condition crash on upgrading the application to newer version.
AppCenterCrashes
iOS
[Fix] Fix a crash on iOS when triggering null reference exception and starting Crashes in background. The conditon might still occur very rarely if trigger a null reference exception in another thread during the short time where the SDK configures native crash reporter. It is thus recommended to initialize AppCenter Crashes as early as possible (which is also recommended to capture early crashes).