Skip to content

Commit

Permalink
docs: update SDK description based on CAICT's requirements (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
QWRDA authored Dec 10, 2024
1 parent 4c40d3c commit d1d8534
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
6 changes: 4 additions & 2 deletions docs/_en/configuration/android-sdk-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ ref: config-android

This document will introduce how to configure the Android SDK in the QWeather Develop Service.

> **Privacy Disclaimer:** QWeather Android SDK **DOES NOT require any special permissions such as phone, location, device unique identifiers, etc.** We does not and cannot collect private data from this SDK.
## Download

|Version|Update|MD5| Download |
|Version|Update|MD5|
|---|---|---|----------------------------------------------|
|{{ site.data.v.android.version }}|{{ site.data.v.android.date }}|{{ site.data.v.android.md5 }}| [Download]({{ site.data.v.android.dllink }}) |
|{{ site.data.v.android.version }} [Download]({{ site.data.v.android.dllink }})|{{ site.data.v.android.date }} [Release note](https://blog.qweather.com/release/sdk/)|`{{ site.data.v.android.md5 }}`|

## OS requirement

Expand Down
4 changes: 3 additions & 1 deletion docs/_en/configuration/ios-sdk-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ref: config-ios

This document will introduce how to configure the iOS SDK for QWeather API.

> **Privacy Disclaimer:** QWeather iOS SDK **DOES NOT require any special permissions such as phone, location, device unique identifiers, etc.** We does not and cannot collect private data from this SDK.
OS Requirement:

- iOS 9.0+
Expand All @@ -19,7 +21,7 @@ Make sure you have created a Project and Credential, see [Project and KEY](/en/d

## Step 2: Install SDK

iOS SDK supports the following installation methods:
The latest version of iOS SDK is {{ site.data.v.ios.version }}([Release note](https://blog.qweather.com/release/sdk/)), and it supports the following installation methods:

### CocoaPods

Expand Down
8 changes: 4 additions & 4 deletions docs/_zh/configuration/android-sdk-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ ref: config-android

这篇文档将介绍如何配置和风天气开发服务中的Android SDK。

> **提示**Android SDK无需任何隐私信息或特殊权限,请不要向SDK发送用户隐私信息,这可能导致无法正确的获取数据
> **隐私声明**和风天气Android SDK**不需要电话、位置、设备唯一标识符等任何特殊权限**,我们不会也无法通过本SDK收集用户隐私信息
## 下载 {#download}

|版本|日期|MD5|下载|
|---|---|---|---|
|{{ site.data.v.android.version }}|{{ site.data.v.android.date }}|{{ site.data.v.android.md5 }}|[下载]({{ site.data.v.android.dllink }})|
|版本|日期|MD5|
|---|---|---|
|{{ site.data.v.android.version }} [下载]({{ site.data.v.android.dllink }})|{{ site.data.v.android.date }} [更新记录](https://blog.qweather.com/release/sdk/) |`{{ site.data.v.android.md5 }}`|

## 创建项目和凭据 {#create-project-and-credential}

Expand Down
6 changes: 4 additions & 2 deletions docs/_zh/configuration/ios-sdk-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,22 @@ ref: config-ios

这篇文档将介绍如何配置和风天气开发服务中的iOS SDK。

> **隐私声明:**和风天气iOS SDK**不需要电话、位置、设备唯一标识符等任何特殊权限**,我们不会也无法通过本SDK收集用户隐私信息。
和风天气iOS SDK支持下列操作系统:

- iOS 9.0 及以上
- macOS 10.10 及以上

> **提示:**iOS SDK同样包含了macOS SDK。iOS SDK无需任何隐私信息或特殊权限,请不要向SDK发送用户隐私信息,这可能导致无法正确的获取数据。
> **提示:**iOS SDK同样包含了macOS SDK。
## 第1步: 创建项目和凭据 {#step-1-create-project-and-credential}

请确保已经创建了项目和凭据,请参考[项目](/docs/configuration/project-and-key/)[身份认证](/docs/authentication/)

## 第2步: 安装SDK {#step-2-install-sdk}

和风天气iOS SDK支持下列安装方式
当前iOS SDK的最新版本是{{ site.data.v.ios.version }}([更新记录](https://blog.qweather.com/release/sdk/)),支持下列安装方式

### CocoaPods {#cocoapods}

Expand Down

0 comments on commit d1d8534

Please sign in to comment.