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
Hey, when I call askForContactsAccess() nothing is happening on dev mode for me? I tried adding an Info.plist file to a lot of places, but that's not helping either. Has anyone overcome this issue?
The text was updated successfully, but these errors were encountered:
@sumersao are you sure your status is allowing for that?
using macOS 15.4 Beta if in dev mode i run:
$ tccutil reset AddressBook
and then
const{ askForContactsAccess, getAuthStatus }=require('node-mac-permissions')conststatus=getAuthStatus('contacts')console.log(`Current access status: ${status}`)// not determinedaskForContactsAccess().then(status=>{console.log(`Access to Contacts is ${status}`)})
Hey, when I call askForContactsAccess() nothing is happening on dev mode for me? I tried adding an Info.plist file to a lot of places, but that's not helping either. Has anyone overcome this issue?
The text was updated successfully, but these errors were encountered: