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

App crashes on android 8 #78

Open
viv-design opened this issue May 22, 2018 · 1 comment
Open

App crashes on android 8 #78

viv-design opened this issue May 22, 2018 · 1 comment

Comments

@viv-design
Copy link

When an sms is received during SMS.startWatch the application crashes without error on android 8 oreo. What I have figured is that it has something to do with the permission, because if I allow the sms permission to the app, it works fine. Any clues on how to fix that?

@zarinara
Copy link

zarinara commented May 24, 2018

Hi, I resolved the problem..
this.androidPermissions.requestPermissions([
this.androidPermissions.PERMISSION.RECEIVE_SMS,
this.androidPermissions.PERMISSION.READ_SMS
])

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