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
Permissions promise is not completing, nor is it triggering a permissions request on the device for iOS 18. All the correct permissions have been stated in the Info.plist. This was working in previous versions.
Please let me know if you require any additional info to resolve this.
The text was updated successfully, but these errors were encountered:
I am experiencing this issue as well. The code works perfectly on versions lower than 18.0. However, on versions 18.0 and above, neither the then nor the catch block executes, and no console log is printed.
A work around we have found is to use react-native-permissions to request permissions from the user and then use react-native-contacts to retrieve the contact data. I hope this helps.
Permissions promise is not completing, nor is it triggering a permissions request on the device for iOS 18. All the correct permissions have been stated in the Info.plist. This was working in previous versions.
Please let me know if you require any additional info to resolve this.
The text was updated successfully, but these errors were encountered: