Process received sms using ionic framework

Is there a way to handle received SMS using ionic structure? Looking at the ngCordova documentation, in particular $ cordovaSms, it specifies how to send SMS, but not how to handle received SMS. What I want is a way to notify my application if there is an incoming SMS and process it immediately.

thank

+3


source to share


1 answer


I'm thin k if you add this plugin maybe

https://github.com/floatinghotpot/cordova-plugin-sms



It has an onSMSArive event

0


source







All Articles