Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1017 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 1017 Bytes

auth quickstart

Introduction

App Linking allows you to create cross-platform links that can work as defined regardless of whether your app has been installed by a user. A link created in App Linking can be distributed through multiple channels to users. When a user taps the link, the user will be redirected to the specified in-app content. In App Linking, you can create both long and short links.

To identity the source of a user, you can set tracing parameters when creating a link of App Linking to trace traffic sources. By analyzing the link performance of each traffic source based on the tracing parameters, you can find the platform that can achieve the best promotion effect for your app.

Preparing the Environment

Before using the quickstart app, prepare your iOS development environment.

Environment Requirements

XCode 8.0 or later.

Configuration

License

Auth Service quickstart is licensed under the [Apache License, version 2.0] (http://www.apache.org/licenses/LICENSE-2.0).