Intercept message from specific number in Ionic Framework

415 views Asked by At

I am developing a mobile app using ionic framework. I found cordova-plugin-sms (https://github.com/floatinghotpot/cordova-plugin-sms) can be used to send sms to a particular number without opening the native app.

I wanted to know if there is a way to use my app to process the text received from one specific number only? i.e, if a message comes from a number +1234, only my app should be able to read it, if a SMS arrives from another number, let the native SMS app handle it.

0

There are 0 answers