I had this same problem on AWS. I had exported the sandbox token and my users were using Testflight, which uses the production cert, not sandbox.
Post
Replies
Boosts
Views
Activity
I see all of my URLs in the Advanced App Clip Experience as "Received" with a green dot. The ones on there work, but I added a new one. It has the same "Received" status but after 90 minutes it still doesn't invoke the App Clip.
Is this like an app review? I've never seen them turn to 'Activated'.
Even with 1x,2x,3x images it still skews. So, make it stop. Or not. I'm just here coding.
I hate to say this, but I believe this skewing happens if you only include one of the 1x.2x,3x and it does a really BAD, like bad bad, like no one cares job at resizing it by just stretching it to the available space.
I DO NOT want to add that extra 500K because that is 5% of my total app size budget for App Clip.
THIS is a really bad bug that needs to be fixed ASAP. I don't understand why this hasn't been fixed already considering the number of people asking about it.
HOLY SCHNIKES! FIX IT!
You can add arguments when you run the UITest Application
Like this:
XCUIApplication().launchArguments += [“-AppleLanguages”, “(fr)”]
XCUIApplication().launchArguments += [“-AppleLocale”, “fr_FR”]
XCUIApplication().launch()