Once your device and Xcode are set up, the final step is to configure your project so Corbado can recognize your iOS app.
Set Application Identifier Prefix and Bundle Identifier
iOS: Overview
, the Apple-App-Site-Association (AASA) file plays a crucial role in using passkeys in your Flutter app.Settings → Native apps
Add new
.
Application Identifier Prefix
and your Bundle Identifier
.
Settings → Native apps
Update Runner.entitlements
ios/Runner/Runner.entitlements
?mode=developer
here.?mode=developer
parameter in your production release. This parameter is intended for development purposes only. Using it in production will prevent iOS from properly detecting your AASA file, which will break passkey functionality in your released app.