handle received sms using ionic framework

2019-03-31 09:21发布

问题:

Is there a way to handle received SMS using the ionic framework? Looking at the documentation of ngCordova, specifically $cordovaSms, it indicates a way to send an SMS but none for handling received SMS. What I want is a way to notify my app if there is an incoming SMS and process it immediately.

thanks

回答1:

I thin k if you add this Plugin it is possible

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

It has an "onSMSArrive" Event