Receive text messages directly in ios app

I need an iOS application to read text messages sent from an external device and perform certain tasks based on the received message without any user intervention. I fully understand that the content of received text messages cannot be automatically read from the iOS application. So I want to know if there are other ways when a text message can be converted to a push message and then sent to an iOS application.

I need this to be implemented as automatically reading text messages and then executing accordingly without any user interaction in Android.

I need this to be implemented in an iOS application, if not the same as in Android.

I also heard about services like twilio, nexmo, sinch, plivo, etc., provide a similar function. But I do not consider them, since they are loaded with some heavy functions, and my use case is pretty minimal.

I just need a service that can convert received text messages for push notifications, and then deliver them to iOS devices.

Any help is very noticeable.

+5
source share

Source: https://habr.com/ru/post/1275901/


All Articles