Skip to content

2.1.0

Compare
Choose a tag to compare
@guperrot guperrot released this 25 Jun 18:54
· 1033 commits to master since this release
9748734

Version 2.1.0

Version 2.1.0 of the App Center React Native SDK includes a new module: Auth.

AppCenterAuth

App Center Auth is a cloud-based identity management service that enables developers to authenticate application users and manage user identities. The service integrates with other parts of App Center, enabling developers to leverage the user identity to view user data in other services and even send push notifications to users instead of individual devices.

App Center Push

Android

  • [Fix] Fix a crash when calling Push.setEnabled when appcenter.json contains both "start_automatically": false and "enable_push_in_javascript": true.
  • [Fix] Update Firebase dependency and AppCenter push logic to avoid a runtime issue with the latest Firebase messaging version 18.0.0.

iOS

  • [Fix] Fix registering push notifications in the UI thread when delaying the start of the Push module.