So all the setup was done correctly, however I wasn't injecting meta tags correctly in React using Tailwind CSS framework.
It must be done like so: https://nextjs.org/docs/app/api-reference/functions/generate-metadata#other
After changes the App Clip Card loads correctly.
Post
Replies
Boosts
Views
Activity
Ok, so I managed to fix this by adding dependency to my target.
Here's the update Package.swift
// swift-tools-version: 5.10
// The swift-tools-version declares the minimum version of Swift required to build this package.
let package = Package(
name: "MyPackage",
platforms: [.iOS(.v16), .macCatalyst(.v16), .macOS(.v14)],
products: [.library(name: "MyPackage", targets: ["MyPackage"]),],
dependencies: [
.package(path: "../external-package")
], targets: [
.target(
name: "MyPackage",
dependencies: [
👉❗️ .product(name: "ExternalPackageName", package: "external-package")
],
path: "Sources"
),
.testTarget(name: "MyPackageTests", dependencies: ["MyPackage"]),
]
)
Same here, nor the Smart Banner appears on my website, nor does the AppClip tag works: "AppClip unavailable" , it only shows the image.
Same here, running macOS 14.2 on Macbook Pro 14'' 2021
Go to Sales and Trends -> Event (under Subscriptions)
There you can view how many free trial Activations, Cancellations, Conversions to Standard Price or other events happened.