I'm following the instructions to associate an App Clip with a website:
<meta name="apple-itunes-app" content="app-id=myAppStoreID, app-clip-bundle-id=appClipBundleID, app-clip-display=card">
But I'm not sure what to put in the app-id
because usually the App ID refers to the Team ID + bundle identifier (e.g. ABCDE12345.com.example.MyApp
), but then it also says myAppStoreID
which sounds different.
What goes in the app-id
parameter?