capcom6 / android-sms-gateway

The SMS Gateway for Androidâ„¢ app enables sending and receiving SMS messages through an API that can be accessed directly on the device or via a cloud server when direct device access is not possible.
https://sms-gate.app
Apache License 2.0
210 stars 58 forks source link

MISSING_INSTANCEID_SERVICE #131

Open zhex900 opened 5 days ago

zhex900 commented 5 days ago

I have installed the latest sms-gateway app v1.19.2

After turning on the cloud server, and click the OFFLINE button to ONLINE. This is a fresh install. All the configurations is default.

I get this java exception MISSING_INSTANCEID_SERVICE

Is this something to do with the firebase configuration?

Anything I should do?

capcom6 commented 5 days ago

It seems like the app can't obtain the FCM (Firebase Cloud Messaging) token. To resolve this:

  1. Ensure that Google Play Services is installed and up-to-date on your device. The app uses FCM in Cloud mode to notify the device about new messages to send from the server.

  2. If Google Play Services is installed and up-to-date, try clearing the cache and data for both Google Play Services and the SMS Gateway app, then restart your device.