Posts

Post not yet marked as solved
2 Replies
766 Views
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
Posted
by liazkam.
Last updated
.
Post marked as solved
3 Replies
3.1k Views
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?
Posted
by liazkam.
Last updated
.
Post not yet marked as solved
15 Replies
2.4k Views
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?
Posted
by liazkam.
Last updated
.