How to handle a received SMS message in Ionic

Hi everyone.
I’ve encountered the following problem.
I need to implement the handler which will fire a refresh function in a controller, when the SMS received. Also I need the possibility to fire this event only when SMS was received from a specific phone number.

I’ve found only this question by this topic: http://stackoverflow.com/questions/31737022/handle-received-sms-using-ionic-framework, but it has no answers.

Is it possible to implement such SMS handler with Ionic for now?
Thanks in advance!

If I recall, you can handle this on android if you have permission but you can’t handle / detect SMS on ios.