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
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?
The text was updated successfully, but these errors were encountered:
Hi, I resolved the problem..
this.androidPermissions.requestPermissions([
this.androidPermissions.PERMISSION.RECEIVE_SMS,
this.androidPermissions.PERMISSION.READ_SMS
])
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?
The text was updated successfully, but these errors were encountered: