Hello all,
When the meta tag contains app-clip-display=card the card will appear immediately on website.
If the user chooses "view on Safari" the website opens.
This choice will be remembered by the OS on every visit to the website, and card will not show again.
Is there a way to reset this choice for this website again, and make the card appear again with choice to run the App Clip or view the website?
Thanks
Post
Replies
Boosts
Views
Activity
As stated in Apple's documentation - https://developer.apple.com/documentation/app_clips/responding_to_invocations the NSUserActivity is available in Scene Delegate callback
func scene(_ scene: UIScene, continue userActivity: NSUserActivity)
Here the actual wording
For a UIKit-based app clip and full app that support scene-based app life-cycle events, implement the callbacks defined in UISceneDelegate. For example, implement scene(_:continue:) callback to access the user activity object. I have this demo app posted in GitHub, and sometime after iOS 14 Beta 5 the Scene Delegate here - https://github.com/AppsFlyerSDK/appsflyer-apple-app-clips-sample-app/blob/772ef8f82ca656acc75a75eab68b43ecbe1c4f35/Fruit%20AppClip/SceneDelegate.swift#L17-L39 stopped getting called back.
Can you please confirm this issue and when is it going to be resolved?
After the App Clips shown successfully in in iOS Beta 5, it no longer shown in iOS Beta 6.
The Smart App Banner simply isn't shown.
Does anyone else see this issues?