View the recently used App Clips in the App Repository and start them, I found a "- (void) scene: (UIScene *) scene willConnectToSession: (UISceneSession *) session options: (connectionOptions UISceneConnectionOptions *)" returns a [[[connectionOptions userActivities AllObjects]. FirstObject webpageURL], and this webpageURL is the same as the webpageURL for scanning qr code, which causes me to launch App Clips in App library and jump to the same interface, can I distinguish between them? Thanks for your response!
Post
Replies
Boosts
Views
Activity
After Appclip scans the QR code and starts, it will process the Url of the QR code. After intercepting the URL parameters, it will jump to the corresponding page. Then I closed Appclip, and opened the AppClip in the recent use of the phone. At this time, once again I get the parameters above the Url of the last scan of the QR code and jump to the corresponding page, then my question is : can I not jump into the corresponding page when I open and start the AppClip in the most recent mobile phone.