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

江枫思渺然 提交于 2020-01-06 05:51:29

问题


Recently, Google has changed policy for reading SMS by mobile APP. so, now they are not allowing to give the permission of READ_SMS.

There is a way to read SMS in Native Android using SMS Retriever API here. but, I can't see any plugin to read SMS by APP which is developed in Ionic/Cordova.

Please suggest. Thanks in advance!


回答1:


You can try 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.



来源:https://stackoverflow.com/questions/54131890/is-there-any-ionic-cordova-plugin-to-read-sms-without-need-permission-of-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!