7

I'm working with react-native in Hong Kong but my target country is China. I need to handle push notifications in China Anyway, can help me push notifications for Android and Huawei without GCM? Thanks everybody!

zhangxaochen
  • 32,744
  • 15
  • 77
  • 108
  • 1
    https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/service-introduction-0000001050040060 – gbalduzzi Aug 19 '21 at 09:02
  • 1
    Though google are blocked in china, firebase indeed have some services Accords https://firebase.google.cn/products/extensions, you can send with messageBird api – Hagai Harari Aug 19 '21 at 09:06
  • 2
    You can use any firebase alternative available from China like parseplatform.org . https://launch-in-china.21yunbox.com/solutions/firebase-alternatives-in-china.html – Francisco Valle Aug 19 '21 at 09:17

2 Answers2

0

As @gbalduzzi mentioned, you can use Huawei push kit. Huawei Push Kit is a messaging service provided for you to establish a cloud-to-device messaging channel. By integrating Push Kit, you can send messages to your apps on user devices in real time. Kindly click here to learn more.

Huawei also has provided some HMS Core kit plugins for React-Native:

zhangxaochen
  • 32,744
  • 15
  • 77
  • 108
0

Pushy is a paid solution that works worldwide (including China), and is completely independent from GCM/FCM.

Full disclosure: I work at Pushy.

Alternatively, for a non-commercial solution, look into rolling out your own notification service using an MQTT or XMPP client/server setup.

Elad Nava
  • 7,746
  • 2
  • 41
  • 61