Post

Replies

Boosts

Views

Activity

Reset choice for App Clip Card when app-clip-display=card
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
3
0
902
Sep ’21
Scene Delegate doesn't called back with NSUerActivity
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?
3
0
3.5k
Sep ’20