vernu / textbee

textbee.dev is an opensource and free sms-gatway for sending SMS messages through API or dashboard web interface.
https://textbee.dev
MIT License
329 stars 55 forks source link

meet error on app #12

Closed schunlee closed 3 months ago

schunlee commented 3 months ago

after I span App QR code, get error: Failed to obtain FCM token, my cellphone is HUAWEI SEA-AL10

vernu commented 3 months ago

@schunlee TextBee relies on Google's Firebase Cloud Messaging (FCM) service. However, newer Huawei devices released after 2019 do not have access to Google services due to restrictions. So, Currently TextBee wont work on those recent Huawei devices that lack Google service support.

schunlee commented 3 months ago

@schunlee TextBee relies on Google's Firebase Cloud Messaging (FCM) service. However, newer Huawei devices released after 2019 do not have access to Google services due to restrictions. So, Currently TextBee wont work on those recent Huawei devices that lack Google service support.

thanks