Hello! I am developing an app that includes an app clip. Recently, I launched my app on the App Store, but I discovered that some of the app clip codes are not functioning correctly.
My AASA file is configured correctly (general deep links work with it, as well as some app clip URLs) and is also configured for app clips.
{
"appclips": {
"apps": [
"TEAM_ID.maxood.AveBingo.AppClip"
],
"details": [
{
"appID": "TEAM_ID.maxood.AveBingo.AppClip",
"paths": [
"/*",
"/bingo/*",
]
}
]
},
"applinks": {
"apps": [
"TEAM_ID.maxood.AveBingo"
],
"details": [
{
"appID": "TEAM_ID.maxood.AveBingo",
"paths": [
"/",
"/bingo/*"
]
}
]
}
}
I've also created the advanced app clip experience in App Store Connect and configured it to open links with my domain as the prefix:
So if I create an app clip code with my root URL 'https://avebingo.com', my app clip is immediately launched. However, if I create an app clip code and want to launch my app clip for a particular bingo using the URL 'https://avebingo.com/bingo/<some_id>', it is not launched, and a popup says, 'This app clip is not currently available in your country or region.'
Interestingly, app clip diagnostics in my iPhone settings indicate that everything is okay for my root URL.
But for URLs like 'https://avebingo.com/bingo/some_id', it says the following, which indicates that my app is not launched in the App Store (but it is).
Can you please share what do i do wrong and how to fix it? Thanks in advance.
a popup says, 'This app clip is not currently available in your country or region.'
See TN3168: Making your App Clip available in the App Store that describes how to prevent this error.