有没有Ionic/Cordova不需要APP权限就可以读取短信的插件?

Is there any Ionic/Cordova plugin to read SMS without need permission of APP?

最近,Google改变了手机APP阅读短信的政策。所以,现在他们不允许给予 READ_SMS 的许可。

有一种方法可以使用 SMS Retriever API here 在本机 Android 中读取 SMS。但是,我看不到Ionic/Cordova.

开发的任何APP读取短信的插件

求推荐。提前致谢!

你可以试试ionic-native-sms-retriever-plugin-master - it's hot off the presses and I haven't tried it, but this implements the SMS Retriever API in a Cordova plugin. Of course you also need the corresponding server implementation.