Cross Platform iOS Configuration

Configure your Flutter or React Native app for iOS

Step 1: Publish Associated Domains file

To enable support for passkeys for the iOS version of your mobile app, Apple requires that you associate your app with a website that your app owns by publishing an Associated Domains file. Instructions can be found in "Step 1" or our iOS SDK docs:

Publish Associated Domains file

Step 2: Add Associated Domains entitlements

The next step is to add the "Associated Domains" capability to the iOS version of your app. Instructions can be found in "Step 2" of our iOS SDK docs:

Add Associate Domains entitlements

Last updated