I need my iOS app to read the text messages sent from an external device and perform certain tasks based on the received message without any major user intervention. I am totally aware that the content of received text messages cannot be automatically read from an iOS app. So I want to know is there any other ways possible where a text message can be converted into a push message and then sent it to the iOS app.
I need this to be implemented as reading text messages automatically and then perform accordingly without any user interaction is possible in the Android.
I need this to be implemented in the iOS app also if not exactly as the same as in the Android.
I've also heard about the services like twilio, nexmo, sinch, plivo etc. provide a similar feature. But I am not considering these as they are loaded with some heavy features and my use case is pretty minimal.
I just want a service which can convert received text messages to push notifications and then deliver it to the iOS devices.
Any help is much appreciable.