I have 3 App Clips set up:
https://example.com/subpath?type=x
https://example.com/subpath
https://example.com
How do I make sure this is the priority in which QR code is evaluated against URLs on the App Clip Experiences list?
Does App Clip experience have some built-in ordering for priority, similarly to apple-app-site-association file? By date? By length? I cannot reorder anything on the Advanced App Clip Experiences panel in App Store Connect.
Post
Replies
Boosts
Views
Activity
My app is handling App Clips from QR codes and NFC tags.
When an NFC tag is scanned, App Clip Card pops up. I can enter the application - no problem here.
While application is still in foreground, NFC tag is scanned again.
In iOS 13 it would mean that additional system notification is placed on top of the screen, this was inconvenient but not intrusive.
In iOS 14 I can see almost entire app screen taken over by App Clip Card. I would expect the system to detect that app is already opened and disregard the App Clip Card invocation.
Is it configurable to disable popping up of an App Clip Card from MY OWN app? Or should I file a bug?