Visual Studio App Center SDK for React Native
App Center Analytics Module
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.
App Center Analytics helps you understand user behavior and customer engagement to improve your app. The SDK automatically captures session count, device properties like model, OS version, etc. You can define your own custom events to measure things that matter to you. All the information captured is available in the App Center portal for you to analyze the data.
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.