For my app which is only in testflight and not approved by Apple for my beta testing using testflight , I still dont see Appclip card after scanning my QR code.Works using Xcode using local experience on device.Want using Testflight
1)I have added Build 12 in Testflight and Configured App Clip Invocations in Testflight.screenshot attached
Followed this link
https://developer.apple.com/help/app-store-connect/test-a-beta-version/test-an-app-clip-experience
AASa files hosted at https://acviss.com/.well-known/apple-app-site-association returns 200 with application/json content-type.Screenshots attached
{
"appclips": {
"apps": ["F2RLQ4VV59.com.acviss.RestApp.Clip"]
}
}
Configured Advanced App clip experience like this as per
https://developer.apple.com/documentation/appclip/testing-the-launch-experience-of-your-app-clip#Create-App-Clip-experiences-for-testers-in-TestFlight
Here is my Qr code which i am scanning which looks at https://example.restapp.com/restaurant1
This Qr works fine from Xcode but not from testflight
But still whenever i scan it says "No usable data".Please help