From 2effa7631297f1d7ebad3367c1f38d1d553a608e Mon Sep 17 00:00:00 2001 From: Qingzhuo Zhen Date: Mon, 21 Feb 2022 14:45:11 -0800 Subject: [PATCH] docs: add Ampli SDK reference --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1cc27eb2..e8054d88 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ # Official Amplitude iOS SDK iOS/tvOS/macOS SDK for tracking events and revenue to [Amplitude](https://www.amplitude.com). +## Amplitude and Ampli SDK +[Ampli SDK](https://developers.data.amplitude.com/ampli-sdk-overview/) is autogenerated library based on your pre-defined [tracking plan](https://developers.data.amplitude.com/what-is-a-tracking-plan). The Ampli SDK, is a lightweight wrapper over the Amplitude SDK that provides type-safety, supports linting, and enables features like input validation. The code replicates the spec in the Tracking Plan and enforces its rules and requirements. This repository is about **Amplitude SDK**. To learn more about Ampli SDK, please refer to the [Ampli iOS](https://developers.data.amplitude.com/ios-ampli) and [examples](https://github.com/amplitude/ampli-examples). + ## Installation and Quick Start * For using the SDK, please visit our :100:[Developer Center](https://developers.amplitude.com/docs/ios). * For developing the SDK, please visit our [CONTRIBUTING.md](https://github.com/amplitude/Amplitude-iOS/blob/main/CONTRIBUTING.md).