Hi. I'm planning of creating a system for in-office access control that allows putting employee ID card in Apple Wallet to unlock the door without unlocking iPhone, something like HID Global's Employee Badge in Apple Wallet.
I searched and it seems that Apple Access is suitable for unlocking the office door, but I couldn't find any relevant development documentation.
What kind of enrollment or application is required to put my employee ID card in Apple Wallet with Apple Access and use Express mode?
Also, could one share any related development documents please?
Thank you in advance.
Post
Replies
Boosts
Views
Activity
Please understand me for using Google Translate
I was trying to make an NFC Tag Background Reading app
I prepared the environment - apple-app-site-association file at /apple-app-site-association and /.well-known/apple-app-site-association also, openssl smime signed
associated domains
applinks:{my domain}
at my xcode project
success at https://branch.io/resources/aasa-validator/
I have already set data to url in nfc tag
universal link URL {my domain}
but nfc tag background reading always open up safari
please tell me how to solve this problem