Tagged articles
7 articles
Page 1 of 1
BaiPing Technology
BaiPing Technology
Jan 3, 2022 · Mobile Development

Mastering iOS App Clips: From Concept to Code

This guide explains what App Clips are, their capabilities and limitations, how users discover them, and provides a step‑by‑step tutorial for creating, configuring, coding, testing, and publishing an App Clip within an iOS project, including code snippets and deployment tips.

App ClipApp Store ConnectSwiftUI
0 likes · 15 min read
Mastering iOS App Clips: From Concept to Code
BaiPing Technology
BaiPing Technology
Nov 16, 2021 · Mobile Development

Mastering Deep Linking: Seamlessly Open Apps from H5 Pages

This article explains how to use deep linking techniques—including URL schemes, Universal Links, and App Links—to directly launch mobile apps from H5 pages, covering their workflows, configuration files, advantages, drawbacks, and practical integration tips for iOS, Android, and WeChat environments.

App LinksMobile DevelopmentURL Scheme
0 likes · 14 min read
Mastering Deep Linking: Seamlessly Open Apps from H5 Pages
Xianyu Technology
Xianyu Technology
Nov 9, 2021 · Mobile Development

Deep Linking (App Wake-up) Techniques and Data Tracking in Xianyu

Xianyu’s deep‑linking system uses custom URL schemes and iOS universal links to wake up the app, detects success, falls back to store or APK downloads, restores original parameters after install, auto‑fills tracking fields via an SDK, reports funnel metrics, and provides a reusable module for all external traffic scenarios.

Data TrackingMobile DevelopmentURL Scheme
0 likes · 10 min read
Deep Linking (App Wake-up) Techniques and Data Tracking in Xianyu
Taobao Frontend Technology
Taobao Frontend Technology
Jun 18, 2020 · Mobile Development

How to Seamlessly Deep Link Users from H5 to the Taobao App

This article explains the principles and practical implementations of deep linking (URL Scheme, Intent, and Universal Links) for guiding users from web pages or other apps to the Taobao mobile app, covering registration, compatibility, success detection, and restoration strategies.

App integrationH5Mobile Development
0 likes · 14 min read
How to Seamlessly Deep Link Users from H5 to the Taobao App
Meituan Technology Team
Meituan Technology Team
Jun 14, 2018 · Mobile Development

Implementing QR Code Scanning and App Invocation on iOS: Technical Implementation and Challenges

Implementing QR code scanning on iOS involves using the camera APIs from iOS 7, system‑level scanning introduced in iOS 11, and Universal Links to securely invoke apps, while addressing legacy QR formats, WebView quirks, and WeChat restrictions through fallback links, architectural boundaries, and minimal external dependencies.

Apple PayCamera APIQR code scanning
0 likes · 8 min read
Implementing QR Code Scanning and App Invocation on iOS: Technical Implementation and Challenges
21CTO
21CTO
Jan 25, 2017 · Frontend Development

How to Open Native Apps from H5 Pages: Schemes, Smart Banners & Universal Links

This article explains practical techniques for detecting app installation and launching native iOS or Android apps from H5 pages using custom URL schemes, Smart App Banners, hidden iframes with timeout, and Universal Links, while handling special cases like WeChat.

Universal Linksapp linkingcustom scheme
0 likes · 10 min read
How to Open Native Apps from H5 Pages: Schemes, Smart Banners & Universal Links