Reference / test app for integrating push notification via Firebase Cloud Messaging and/or Huawei Push Kit
- Make sure to have Android Studio
- Make sure you have an approved account in Huawei AppGallery
- Firebase Account / Project for your app
- Huawei SDK Libraries no longer work in devices that have GooglePlayServices. Most likely, you will receive a 907135003 code error.
- FCM and some other Google APIs no longer work in Huawei standalone devices.
- AppGallery is consistently being updated and now have features such as Remote Config, Crash Reports, Cloud Debug, support for .aab and signing it.
- Huawei Android Ban Status
- Integration of GooglePlayServices and HuaweiMobileServices should be separate (by having build variants or flavors) as they are both unnecessary to their counterparts.
- As of this writing approval for Google Play or Huawei AppGallery won't matter even if you have their SDKs integrated, it will not work anyway.
- If you want to test on Huawei Devices without GooglePlayServices, you can head over to Cloud Debug if you have an AppGallery account.