Describe the bug
I have updated the plugin from v2.0.0 to v4.0.0. While testing on both platforms, I have noticed that the checkPermissions() method doesn't do anything on iOS. Well, at least the native code is called, but I never received a response.
To Reproduce
Steps to reproduce the behavior:
Install the latest version of the plugin (v4)
Try to call the checkPermissions() method on iOS
Expected behavior
I should get a response from the method saying if it's granted, denied, etc...
Screenshots
Logs on iOS:
The response is missing.
Android for example, works correctly, see logs as a demonstration of the expected behavior:
Describe the bug I have updated the plugin from v2.0.0 to v4.0.0. While testing on both platforms, I have noticed that the
checkPermissions()
method doesn't do anything oniOS
. Well, at least the native code is called, but I never received a response.To Reproduce Steps to reproduce the behavior:
checkPermissions()
method on iOSExpected behavior I should get a response from the method saying if it's granted, denied, etc...
Screenshots Logs on iOS:
The response is missing.
Android for example, works correctly, see logs as a demonstration of the expected behavior:
Smartphone:
Additional context None so far.