-
Notifications
You must be signed in to change notification settings - Fork 1
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
Mobile files #1108
Mobile files #1108
Conversation
Bundle sizes [mpdx-react]Compared against 21ae96b No significant changes found |
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.
Thanks for fixing that flaky test! Having to rerun it over and over was getting pretty annoying.
@@ -4,7 +4,7 @@ | |||
"details": [ | |||
{ | |||
"appID": "DQ48D9BF2V.org.cru.mpdx", | |||
"paths": ["/contacts/*", "/auth/mobile"] | |||
"paths": ["/accountLists/*/contacts/*", "/auth/mobile"] |
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.
@levieggertcru I'm assuming including a wildcard in the middle of the apple-app-site-association path would work correctly for iOS?
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.
When researching, this is what I found I should do when it's a dynamic route. But I could be wrong.
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.
I just checked the Universal Links spec and the wildcard pattern is valid according to the spec.
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.
thanks @frett
Description
In this PR, I add the files which the MPDX mobile apps rely on.
These files will appear as
mpdx.org/.well-known/assetlinks.json
mpdx.org/.well-known/apple-app-site-association.json
Checklist: