Before prompting the user to grant FDA to my app, I have to know whether I already have it.
What's a reliable way to check this?
Note: I used to check for access to ~/Library/Safari/Bookmarks.plist
, but on a fresh 10.14 system, this file may not even exist, thereby now allowing me to check whether I can access it. Same issue with checking for Calendar or Contact database files.