Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
CNContactStore.AuthorizationStatus
Queries authorization status.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Contacts | 8.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "CNContactStore.AuthorizationStatus" )
Parameters
none
Result
Returns status or error.
Description
Queries authorization status.Can be NotDetermined, Restricted, Denied or Authorized.
Examples
Check status:
Show Custom Dialog [ "r" ; MBS( "CNContactStore.AuthorizationStatus" ) ]
See also
Example Databases
- Mac and iOS/Contacts/Contacts Dialogs
- Mac and iOS/Contacts/Contacts to FileMaker
- Mac and iOS/Contacts/Contacts
- Mac and iOS/Contacts/ContactsChanged
Blog Entries
This function checks for a license.
Created 1st August 2018, last changed 6th August 2018
CNContactStore.AuthorizationError - CNContactStore.ChangeHistory
