KmpEssentials is a library that contains apis (40+ Modules) to accelerate your development. Everything from managing the Battery, File System, getting Package information, or taking Photos. Supports iOS, Android & AppleWatch
MIT License
169
stars
2
forks
source link
iOS setup required for Biometric Authentication #3
While I was testing it out, I found that I needed to add the following to my iOS project in order to use the Biometric Authentication you describe here.
I had to add this to my Info.plist inside the iOS project folder:
<key>NSFaceIDUsageDescription</key><string>For user authentication purposes</string>
Would be nice to add these steps for future users.
Hey guys, excellent work with this library!
While I was testing it out, I found that I needed to add the following to my iOS project in order to use the Biometric Authentication you describe here.
I had to add this to my Info.plist inside the iOS project folder:
<key>NSFaceIDUsageDescription</key>
<string>For user authentication purposes</string>
Would be nice to add these steps for future users.
Keep up the great work!