ibnux / Android-SMS-Gateway

Make android as SMS Gateway using Firebase push
Apache License 2.0
120 stars 63 forks source link

MismatchSenderId and not outgoing sms #4

Closed tecufanujacu closed 3 years ago

tecufanujacu commented 3 years ago

Ok, after some test I discovered that If I use your backend I receive push notifications on my phone and I see the logs in the app, anyway the app doesn't send any sms. Why?

If I deploy the backend on my server I always receive this error: {"multicast_id":xxxxxxxxxxxxxxxxxxx,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"MismatchSenderId"}]} Have I recompile the apk to use with my own backend?

tecufanujacu commented 3 years ago

Ok, it works, the problem was my default sms app. It's wonderful, thanks a lot. Great work.

Now I'll recompile the app for my backend.

Thank you.