Example app intended to show basic concepts about app clips.
Inferred rom: Explore app clips - WWDC 2020 - Videos - Apple Developer
- Add a new app clip target.
- Build and run the app clip. You should see a hello world
- Create a new shared assets folder with common assets.
- Add only needed source code to app clip target.
- Change base view on app clip to the desired one
- Test.
Inferred from: Configure and link your app clips - WWDC 2020 - Videos - Apple Developer
- Add code to obtain URL when user launches it
- Add associated domains capability on app clip
- Add the URL using this format appclips:yourwebsite.domain
- To debug using Xcode select edit scheme for the app clip target
- Go to Run (debug)
- Select arguments tab and search for _XCAppClipURL
- In that field you can put test URLs
- Add code to route app clip based on URL
Set of links used to create this presentation that can be useful later.
Explore app clips - WWDC 2020 - Videos - Apple Developer
Configure and link your app clips - WWDC 2020 - Videos - Apple Developer
IOS Deep linking: URL Scheme vs Universal Links | by Juan F. Caracciolo | Wolox | Medium
Universal Links: Make the Connection | raywenderlich.com
Deep Linking in iOS | iOS Tutorial
Configure and link your app clips | WWDC Notes
How to get started with App Clips in iOS 14 | WWDC by Sundell & Friends
Apple App Clips - A Definitive Guide for Developers | AppsFlyer