capacitor-community / contacts

Contacts Plugin for Capacitor
https://capacitor-community.github.io/contacts/
119 stars 52 forks source link

checkPermissions doesn't give back a response on iOS #92

Closed RRGT19 closed 1 year ago

RRGT19 commented 1 year ago

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:

  1. Install the latest version of the plugin (v4)
  2. 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:

Logs

The response is missing.

Android for example, works correctly, see logs as a demonstration of the expected behavior:

Logs

Smartphone:

Additional context None so far.

tafelnl commented 1 year ago

I will investigate this shortly and get back to you with more information.

tafelnl commented 1 year ago

Resolved in #93 and released in v3.0.1 and v4.0.1. Thanks for reporting!