AASA-Examples is examples of Apple App Site Association files from several companies and organizations.
- 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:
{
"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
This project uses python3 standard libraries.
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
I welcome additional examples of AASA files.
- Add a URL and name to urls.csv
- Rerun the project.
- Check for errors
- If no errors, open a PR with your additions.
Thanks!