I can't seem to figure out how to get the App Clip Card to show.
I've added the associated domains entitlement to my app and app clip.
I've updated my Webserver to have the proper apple-app-site-association file.
I've updated my bundle IDs to enable Associated Domains.
What am I missing?
Thanks!
Mike
I figured this out. Here are some details.
Make sure you have the latest iOS 14 beta 5 installed on your phone.
Make sure you have the latest xcode 12 beta 5 installed.
Check your phone's developer mode setting. To do this you must plug your phone in via USB cable to a mac running xcode. You will see the developer settings if you scroll down slowly. It is normally under the section of apple apps that contain Music, TV, Photos, Camera, Books, Podcasts, and Game Center.
In the developer settings goto the section called "APP CLIPS TESTING".
In the Local Experiences menu, click "Register Local Experience..."
Enter the URL Prefix that you will be using. (Basically just the full URL of the domain you will be using)
Enter the BUNDLE ID for your App Clip "com.mycompany.myapp.Clip"
Enter a Title string, Subtitle string, and select an action.
Choose a photo.
Okay heres the catch. It seems like right now, you can only test the App Clip card via Safari and Smart Banner.
The smart banner is placed in the Head section of an HTML page and looks like this:
<meta name="apple-itunes-app" content="app-clip-bundle-id=com.yourcompany.yourapp.Clip, app-id=99999999">
IMPORTANT
If you have the App Clip Installed, you will not see the card when you click "Open" from the Safari Smart Banner. You have to uninstall the App Clip from your phone.
To remove the App Clip:
Goto your settings on the iPhone.
Above your apps there will be a new item called "App Clips".
You can remove your App Clip here.
Thanks!
Mike