Post

Replies

Boosts

Views

Activity

App Clip Card - This app clip is not currently available in your country or region
I am testing App Clip on Testflight to show App Clip Card but it only shows a white Card with the message: “This app clip is not currently available in your country or region” (if using Local Expreriences, it shows normally) I have fully installed apple-app-site-association, App Clip Experience, Domain URL Status also validated ... don't understand why, is the app "Redy For Sale" new to show the Card?. I want to let customers test show App Clip Card without using Local Expreriences on Testflight If anyone knows, please help, thank you.
3
1
3.5k
Jan ’25
Universal link common to both Full App and AppClip
I want to use universal link common to both Full App and AppClip ex: https://example.com, and the desired scenario is as follows:   1. When users install AppClip, scan this link will show AppClip Card   2. When users install Full App, scan this link will show Full App This is the content in the file https://example.com/.well-known/apple-app-site-association I have installed: `{ "applinks": { "apps": [], "details": [{ "appID": "teamId.xxx.yyy.Example", "paths": ["*"] }] }, "appclips": { "apps": ["teamId.xxx.yyy.Example.Clip"] } } ` Here is the Associated Domains setting on the Xcode side: Full App: applinks:example.com AppClip: appclips:example.com But the results are not as expected, when scanning the link, it always shows the AppClip Card with the message: "This app clip is not currently available in your country or region" (even when I don't have AppClip installed), and Every time you test the main app, you will have to use “Clear Experience Cache” Please help, thanks a lot
1
0
1.5k
Feb ’22