Skip to content

Examples of Apple App Site Association files from several companies and organizations.

Notifications You must be signed in to change notification settings

HenSquared/AASA-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About the Project

AASA-Examples is examples of Apple App Site Association files from several companies and organizations.

You can use this project to

  • Better understand how AASA files work
  • Research other organizations features and deeplinks

Examples are stored in aasa_examples

Some companies have quite small AASA files:

telegram.json

{
    "applinks": {
        "apps": [],
        "details": [
            {
                "appID": "X834Q8SBVP.org.telegram.TelegramEnterprise",
                "paths": [
                    "*"
                ]
            },
            {
                "appID": "C67CF9S4VU.ph.telegra.Telegraph",
                "paths": [
                    "*"
                ]
            },
            {
                "appID": "X834Q8SBVP.org.telegram.Telegram-iOS",
                "paths": [
                    "*"
                ]
            }
        ]
    }
}

While others are much more large:

Example: amazon.json

$ wc -l aasa_examples/amazon.json
3170 aasa_examples/amazon.json

Prerequisites

This project uses python3 standard libraries.

Run

Clone the project

  git clone https://github.com/hensquared/aasa-examples.git

Go to the project directory

  cd aasa-examples

Run the project

  python3 main.py

Contributing

I welcome additional examples of AASA files.

  1. Add a URL and name to urls.csv
  2. Rerun the project.
  3. Check for errors
  4. If no errors, open a PR with your additions.

Thanks!

About

Examples of Apple App Site Association files from several companies and organizations.

Resources

Stars

Watchers

Forks

Languages