Skip to content
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

Add apple app association #231

Closed
hasanagh opened this issue Oct 28, 2021 · 0 comments · Fixed by #232
Closed

Add apple app association #231

hasanagh opened this issue Oct 28, 2021 · 0 comments · Fixed by #232
Assignees
Labels
feature New feature or request

Comments

@hasanagh
Copy link
Contributor

In order to support opening links on mobile. We should add apple app association to compose.

By adding under https://compose.graasp.com/.well-known/apple-app-site-association the following:

{
  "applinks": {
    "apps": [], // This is usually left empty, but still must be included
    "details": [
        {
            "appID": "org.graasp.mobile",
            "paths": ["/items/*"]
        },
        {
             "appIDs": [ "org.graasp.mobile"],
             "components": [
               {
                  "/": "/items/*",
                  "comment": "Matches any URL whose path starts with /items/"
               }
             ]
        }
    ]
  }
}
@hasanagh hasanagh self-assigned this Oct 28, 2021
@hasanagh hasanagh added the feature New feature or request label Oct 28, 2021
hasanagh added a commit that referenced this issue Oct 28, 2021
adds aasa page

closes #231
hasanagh added a commit that referenced this issue Oct 28, 2021
removes comment from json

refs #231
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant