You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used the above plugin for ionic 3 application. It works for the first time. But it doesn't read any of the subsequent messages.
I am using this plugin to auto read OTP.
The text was updated successfully, but these errors were encountered:
@prakashkumre After inspecting the source code I've found that this plugin uses obsolete methods to listen for events, apart from requesting many useless permissions if just need to receive SMS.
You can try with the cordova-plugin-sms-receive that uses newer methods, and is compatible with the Android 6+ permission model as you can see in the screenshot from the demo app:
Important: For feedback on that plugin, please use the Issues section in that page.
I have used the above plugin for ionic 3 application. It works for the first time. But it doesn't read any of the subsequent messages.
I am using this plugin to auto read OTP.
The text was updated successfully, but these errors were encountered: