Search code examples
ios14apple-appclips

Are iOS app clips launchable from an url?


Are iOS app clips launchable from an URL?

The Apple description says that the QR code embeds an encrypted URL to access the clips. Is it possible to use directly that link like with deep links?


Solution

  • Are iOS app clips launchable from an URL?

    From iOS 17 and onwards, it's possible to launch App Clips from anywhere in the OS.

    https://developer.apple.com/wwdc23/10178?time=312

    You can also use notes app and save URL from code snippet there on iOS 17+

    https://appclip.apple.com/id?p=com.test.App.Clip

    It will launch App Clip Card on link click :)