Huawei Push
Integration
Setup React Native Huawei Plugin
<!-- Add this line to add the tools namespace -->
<manifest [...]
xmlns:tools="http://schemas.android.com/tools">
[...]
<application>
[...]
<!-- Add this line to remove the default HmsPushMessageService -->
<service
android:name="com.huawei.hms.rn.push.remote.HmsPushMessageService"
tools:node="remove" />
</application>
</manifest>
Setup Batch's HMS Plugin
Last updated

