iOS
Configure Device
To deploy your Flutter app to your device, you need to adjust a few settings.
1
Enable iPhone Developer Mode
To allow Flutter to install your app on your device, you must enable Developer Mode:
- Open Settings on your iPhone
- Go to Privacy & Security
- Scroll down and tap Developer Mode
- Toggle it on
If you have previously run apps from Xcode on your device, Developer Mode is likely already enabled.
2
Enable Associated Domains Development
To enable your device to bypass the Apple-App-Site-Association (AASA) file cache using ?mode=developer
, you
must enable Associated Domains Development:
- Open Settings on your iPhone
- Scroll down to Developer
- Tap Associated Domains Development
- Toggle it on