- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
An iOS app association file needs to be served from:
https://learn.stashinvest.com/.well-known/apple-app-site-association
(Note there is no file extension)
Please serve with a MIME type of "application/json"
The file should have the following contents:
{
"applinks": {
"apps": [],
"details": [
{
"appID": "3YTGRA6MV9.com.stash.stash-invest",
"paths": [ "*"]
},
{
"appID": "XMUEV5XX66.com.stash.stashinvest.alpha",
"paths": [ "*"]
},
{
"appID": "XMUEV5XX66.com.stash.stashinvest.lunchbox.alpha",
"paths": [ "*"]
}
]
}
}