Visual Studio App Center SDK for React Native
App Center is your continuous integration, delivery and learning solution for iOS and Android apps. Get faster release cycles, higher-quality apps, and the insights to build what users want.
Version 2.1.0
Version 2.1.0 of the App Center React Native SDK includes a new module: Auth.
App Center Auth
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.