Hi,
I have added ionic-native/sms plugin in my app using following commands in CLI
ionic cordova plugin add cordova-sms-plugin@latest
npm install --save @ionic-native/sms
Build is successful without any error, and app is working fine except that sms plugin. I have test the app in multiple devices having Android Versions 4.0,5.0,6.0,7.0 and there variants.
The sms plugin is only working in Android 6.0 and not working in remaining OS and resulting in error message “ERROR”.
It would be thankful if anyone help me out. Thanks.