Like NSApps I can't see the App Clip Testing or Local Experiences in Developer Settings.
I can verify I have iOS14 beta 5 build 18A5351d.
Apple, is this verified?
Post
Replies
Boosts
Views
Activity
In the video posted 'What's new in App Store Connect WWDC2020' (13:32) the status shown as "published".
Both bumbleparrot and I get "received" and it never turns into "published"
I think I figured it out based on bumbleparrot flow:
Before you open the Safari with in the URL with the Smart App Banner, run the relevant App Clip from Xcode.
Now, open the URL. The Smart Banner with come up. The 'Open' button with take you directly to the App Clip without a card.
If you remove the App Clip, as bumbleparrot described, and relaunch the URL in Safari you'll get the Card.
As many of you already mentioned, the CTA button is grayed out.
Hi @bumbleparrot,
I can confirm the app clips worked 100% following your thread in Beta 5.
Can you confirm Beta 6 is broken for you too?
BTW, in App Store Connect in Advanced App Clip Experiences the experienced are marked Received with a green light.
In the video 'What's new in App Store Connect WWDC2020' the experiences are marked Published. I guess this is another standby mode Apple keeps us in.
Please update here if you manage to make any progress with Beta 6.
Cheers
In App Store Connect under Build you should have a list of current uploaded builds for this version.
If the build is uploaded with App Clips, the column HAS APP CLIPS should say YES.
The next column should be DOMAIN STATUS. It should also say if you have an issue with your AASA file.
Also, make sure you type the URL in the experience with https, and without in the entitlement. You have the latter correct
Make sure that you are connect to Xcode, and that you restarted the device after upgrading.
Does Xcode project includes App Clips?
No, App Clip MUST be related to an app submitted to the store.
hi,
The appclips section should end with .Clip after the app name:
"appclips": {
"apps": [ "TZ824L8Y37.com.zoho.sign.Clip" ]
},
Great thanks.
I indeed follow now the Universal link doc - https://developer.apple.com/documentation/xcode/allowing_apps_and_websites_to_link_to_your_content/supporting_universal_links_in_your_app
I recommend elaborating the App Clip doc with the above reference.
It should be the previous one appclips:kontax.cam.
The domain validation checks your AASA file. Is it located under the root of https://kontax.cam and what are the contents?
Nikolay, currently App Clip doesn't appear with Safari Smart Banners.
Try with QR code readed with the native QR code reader in the Control Center
@JayThyng,
Also make sure you are connected using a cable to a machine running latest Xcode.
The Smart App Banner works fine for an app which is in 'Ready for Sale' status.
Things to notice: the URL is the invocation URL, so make sure this is the domain in your appclips: entitlement.
Make sure the URL overlaps the invocation URLs declared in an Advanced Experience, or set a default one.
I verified that Local Experiences are back in iOS 14.2 beta .
This is also stated in the release notes.
I recommend who ever wishes to test App Clip Local experiences to download iOS 14.2 and Xcode 14.2.
Apple, The wildcard is required here.
The developer wants to serve different Card for http://example.com/order-received/*?order_type=electronics and another card for http://example.com/order-received/*?order_type=mobile.
If the developer will just register http://example.com/order-received/ a single card will appear for both.
Is your answer still relevant? Am I missing something?