Explanation: Open third-party apps directly within WeChat

  Nowadays, many company app operators require apps to directly open third-party apps by clicking on links shared on WeChat, so that they can jump directly to the store or corresponding product details, eliminating the need for users to search for them themselves and improving the app experience.

  Take Pinduoduo for example. When your friend sends you a Pinduoduo price bargaining message, you only need to click on the link to jump to the H5 page. You can directly click to open and jump to the specified page. Instead of simply opening the app, you need to click Allow. , jump to Pinduoduo’s AppStore page.

  So how to implement it, jump from WeChat to a third-party app, and after opening the h5 page in WeChat, click to trigger the jump to the specified page of your own app?

  I understand that the WeChat developer platform provides that in some scenarios, users need to jump to the APP to use the complete service when accessing web pages in WeChat. When users access the JS interface secure domain name of a certified service account, they can use the "WeChat open label" "Open the APP that meets the conditions.

  It is recommended to use the Xinstall free tool directly. It is free anyway. It is easy to use and easy to use. It is suitable for a variety of scenarios, meets the needs of various marketing sharing activities, and lays a high conversion foundation for attracting new users and promoting activity.

  Next we will explain to you step by step

  1. Register and create integration.

  First complete the registration on the official website

  Then create the application

  Finally complete the integration of SDK

  2. Configure one-click pull-up in the download configuration in the background

  To complete one-click pull-up and jump to the corresponding page, we first need to complete the pull-up configuration in the App. Among them, Xinstall provides free Universallink configuration functions required by iOS applications.

  Then we need to configure pull-up in the download configuration of the Xinstall background. As shown in the figure, we take iOS as an example:

   3. Configure custom parameters in the shared link

  Splice custom parameters into the link your app shares with users. This parameter is used to jump to the page corresponding to the business when the user wakes up through the link. For specific configuration methods, please refer to "Customized Parameter Transfer Instructions" in Web Integration.

   4. The user clicks on the shared link to open it in the App

  Here we take a game App as an example. The user shares the corresponding game room with another user:

   Another user opens the link and jumps to the corresponding sharing page

   The URL of the sharing page at this time has the parameters corresponding to the game room. When the user clicks to join the team, he directly launches the game App on the phone. Xinstall-SDK reports the corresponding parameters when your App is awakened, and the App can directly Jump to the corresponding game room!
 

Guess you like

Origin blog.csdn.net/z7657/article/details/126938597