Open oodavid opened 9 months ago
Can I work on this and send a PR?
Sure. I was looking into it, but happy to have the help @milansurelia
@atsansone I have updated the site content and attached an image. Could you please verify it?
@atsansone Have you checked the above screenshot? Is it correct?
Page URL
https://docs.flutter.dev/cookbook/navigation/set-up-universal-links/
Page source
https://github.com/flutter/website/tree/main/src/cookbook/navigation/set-up-universal-links.md
Describe the problem
When using xcode to add the associated-domains only
ios/Runner/RunnerRelease.entitlements
is updated - when developing, we also need to adjustios/Runner/Runner.entitlements
.Expected fix
Don't recommend editing these values with xcode, instead recommend directly editing the config files:
ios/Runner/Info.plist
ios/Runner/RunnerRelease.entitlements
With an additional note to check for other entitlement files for different release modes in the
ios/Runner
directory.Additional context
Other pages in the docs recommend editing the config files directly (ie: not via xcode):
https://docs.flutter.dev/data-and-backend/networking#macos https://docs.flutter.dev/platform-integration/ios/ios-app-clip https://docs.flutter.dev/perf/impeller