Search code examples
androidgoogle-playhuawei-mobile-servicesappgallery

How to send notification to phone without play store (like huawei)


How to send notification to phone without play store installed (like Huawei). I know that Huawei use appGallery but how to send notification to those phones ?


Solution

  • Huawei does offer such a service. It's called HUAWEI Push Kit and is part of HUAWEI mobile services (HMS). Documentation can be found here: https://developer.huawei.com/consumer/en/codelab/HMSPushKit/index.html#0

    Also, I currently do not know about any service which abstracts from the push-backend. Firebase would be a candidate, but currently they only support APNS (Apple) and Google Push. So its up to the developer to support every individual push system.