-
Notifications
You must be signed in to change notification settings - Fork 100
[dashboard] Add apple-app-site-association for iOS deep link testing #4891
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I can change |
jtmcdole
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
give me a second to fix something
vashworth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This PR adds the necessary configuration to support iOS Universal Links verification on the dashboard domain.
Changes:
Adds web/.well-known/apple-app-site-association containing the App IDs for the Flutter iOS team's test apps.
Updates firebase.json to ensure the AASA file is served with the required Content-Type: application/json header.
Reason: This setup allows Apple to verify the flutter-dashboard domain, enabling the team to test deep linking workflows on iOS devices.
List which issues are fixed by this PR. You must list at least one issue.
If you had to change anything in the flutter/tests repo, include a link to the migration guide as per the breaking change policy.
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.