Lines Matching refs:App
1 # Using App Linking for Application Redirection
5 In App Linking, the system directs users to specific content in the target application based on the…
10 * App Linking applies to scenarios with high security requirements. It helps prevent spoofing of th…
12 * App Linking applies to scenarios with high requirements on user experience. Users can directly ac…
16 * App Linking adopts domain name verification, which is unavailable in Deep Linking. Domain name ve…
18 * App Linking requires that an HTTPS website be displayed in two modes: application and web page. W…
23 To use App Linking in the target application, perform the following operations:
142 - Method 1: Open the application only in App Linking mode.
146 - Method 2: Open the application preferentially in App Linking mode.
148 …In this mode, **appLinkingOnly** is set to **false** or uses the default value. App Linking is pre…
150 This section describes method 1, in order to check whether the App Linking configuration is correct…
167 // Open the application only in App Linking mode.
180 If the target application is started, the App Linking configuration of the target application is co…