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
[Fix] Remove android.support.test.InstrumentationRegistry string that caused an error when checking applications on availability of android support libraries.
[Feature] Add AppCenter.setCountryCode(string) API to set the country code manually.
App Center Analytics
[Feature] Increase the interval between sending logs from 3 to 6 seconds for the backend load optimization.
[Feature] Add Analytics.enableManualSessionTracker and Analytics.startSession APIs for tracking session manually.
[Feature] Add AppCenter.setLogger API to set custom logger.
App Center Distribute
[Feature] Remove the download manager task if the download doesn't start within 10 seconds.
[Feature] Replace installing a new release using the deprecated intent action ACTION_INSTALL_PACKAGE with the PackageInstaller API.
[Feature] Add sumcheck on the downloaded file before starting the install process.
[Fix] Fix a crash after discarding the installation if the download of a new release was interrupted in the previous application start and resumed in the current one.