Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can read SMS only once on Ionic 3 platform #74

Open
prakashkumre opened this issue Jan 11, 2018 · 1 comment
Open

I can read SMS only once on Ionic 3 platform #74

prakashkumre opened this issue Jan 11, 2018 · 1 comment

Comments

@prakashkumre
Copy link

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.

@andreszs
Copy link

@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:

CordovaSmsReceivePlugin

Important: For feedback on that plugin, please use the Issues section in that page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants