How to send/receive text messages in Blazor App
For fun, I wanted to make my own default texting app and make it compatible for both IOS and Android. As far as I can figure, Blazor doesn’t support it. I was wondering if there was a good API for sending/receiving text messages? I’m having a lot of trouble finding one, and the results I get seem to be populated with APIs that send/receive SMS messages with a phone number setup through their service, instead of the phone number and existing messages on the mobile device.