Cordova SMS Receiver not working on android api level 23 and above

After following This Link , im able to use sms receiver plugin all working until api level 22 , but for api level 23 and above not able to read incoming sms.
Thanks

What does that mean? Do you get an error? What does or doesn’t happen?

What did you implement in your code exactly?
Also post your ionic info output please.

The scenario is that, i have added cordova sms plugin and cordova sms receiver plugin for reading incoming messages , and it works all good till android api level 21 but for api level 23 and above im not able to read incoming messages on my device

Below is my ionic info
`
Cordova CLI: 7.0.1
Ionic CLI Version: 2.1.18
Ionic App Lib Version: 2.1.9
ios-deploy version: Not installed
ios-sim version: Not installed

Please provide some links to the exact plugins you are using (so we can look at the docs and issues).
Did you use ngCordova or do you use the plugins directly?

Your Ionic CLI is really old, you should update to at least v2.2.3 or better the current 3.x branch - debugging everything will be much easier with current software.

@Sujan12 I have folllowed: Link 1, Link 2 for reading incoming messages for my ionic app
Thanks