From d1d853489198f6a423fb6a28895b36b699845bca Mon Sep 17 00:00:00 2001 From: QWRDA <49384329+QWRDA@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:21:55 +0800 Subject: [PATCH] docs: update SDK description based on CAICT's requirements (#151) --- docs/_en/configuration/android-sdk-config.md | 6 ++++-- docs/_en/configuration/ios-sdk-config.md | 4 +++- docs/_zh/configuration/android-sdk-config.md | 8 ++++---- docs/_zh/configuration/ios-sdk-config.md | 6 ++++-- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/docs/_en/configuration/android-sdk-config.md b/docs/_en/configuration/android-sdk-config.md index fcd34e1..9360872 100644 --- a/docs/_en/configuration/android-sdk-config.md +++ b/docs/_en/configuration/android-sdk-config.md @@ -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 diff --git a/docs/_en/configuration/ios-sdk-config.md b/docs/_en/configuration/ios-sdk-config.md index 51f3763..60bb89a 100644 --- a/docs/_en/configuration/ios-sdk-config.md +++ b/docs/_en/configuration/ios-sdk-config.md @@ -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+ @@ -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 diff --git a/docs/_zh/configuration/android-sdk-config.md b/docs/_zh/configuration/android-sdk-config.md index e5ff83c..18ce766 100644 --- a/docs/_zh/configuration/android-sdk-config.md +++ b/docs/_zh/configuration/android-sdk-config.md @@ -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} diff --git a/docs/_zh/configuration/ios-sdk-config.md b/docs/_zh/configuration/ios-sdk-config.md index 54678e4..c4237ac 100644 --- a/docs/_zh/configuration/ios-sdk-config.md +++ b/docs/_zh/configuration/ios-sdk-config.md @@ -6,12 +6,14 @@ 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} @@ -19,7 +21,7 @@ ref: config-ios ## 第2步: 安装SDK {#step-2-install-sdk} -和风天气iOS SDK支持下列安装方式: +当前iOS SDK的最新版本是{{ site.data.v.ios.version }}([更新记录](https://blog.qweather.com/release/sdk/)),支持下列安装方式: ### CocoaPods {#cocoapods}