Skip to content

3.0.0

Compare
Choose a tag to compare
@xabldint xabldint released this 18 Feb 00:55
· 904 commits to master since this release
0bb44ae

Version 3.0.0

App Center Auth

App Center Auth is retired and has been removed from the SDK.

App Center Data

App Center Data is retired and has been removed from the SDK.

App Center

  • [Fix] Fix infinite recursion when handling encryption errors.

App Center Crashes

  • [Fix] Fix incorrect app version when an NDK crash is sent after updating the app.
  • [Behavior change] Change the path to the minidump directory to use a subfolder in which the current contextual data (device information, etc.) is saved along with the .dmp file.

App Center Distribute

  • [Feature] Add setUpdateTrack(and getUpdateTrack) method to be able to explicitly set either UpdateTrack.PRIVATE or UpdateTrack.PUBLIC update track. By default, a public distribution group is used. Breaking change: To allow users to access releases of private groups you now need to migrate your application to call Distribute.setUpdateTrack(UpdateTrack.PRIVATE) before the SDK start. Please read the documentation for more details.
  • [Fix] Avoid opening browser to check for sign-in information after receiving an SSL error while checking for app updates (which often happens when using a public WIFI).
  • [Fix] When in-app update permissions become invalid and need to open browser again, updates are no longer postponed after sign-in (if user previously selected the action to postpone for a day).
  • [Fix] Fix a possible deadlock when activity resumes during background operation for some Distribute public APIs like Distribute.isEnabled().