Integrating React Native Huawei Plugin
How to set up integration with React Native Huawei plugin
Last updated
How to set up integration with React Native Huawei plugin
Last updated
Refer to the React Native integration guide.
2.1. Go to AppGallery Connect -> Projects List and select a project to configure.
2.2. Press agconnect-services.json in the App information section to download a configuration file.
2.3. Put the downloaded file into your Android Studio project (YOUR_PROJECT/app/agconnect-services.json).
3.1. In Android Studio, go to View > Tool Windows > Gradle.
3.2. In the window opened, go to app > Tasks > android > signingReport.
3.3. Copy SHA-256 from your release keystore.
You can also add the SHA-256 from your debug keystore for testing purposes.
3.4. Select your project in AppGallery Connect Project List.
3.5. Paste the SHA-256 into the SHA-256 certificate fingerprint field.
Please be aware that fingerprint processing may take up to 10 minutes.
Follow the guide to configure the Huawei platform for your Pushwoosh project:
Huawei configurationAdd dependencies to your Android project:
To android/build.gradle
To android/app/build.gradle
Add Pushwoosh.enableHuaweiPushNotification(); before calling Pushwoosh.register() in your React Native project.
Your feedback helps us create a better experience, so we would love to hear from you if you have any issues during the SDK integration process. If you face any difficulties, please do not hesitate to share your thoughts with us via this form.