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