From 7afc2eb91aa71680b87e89bcc4c8df5f0c9c2a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=89=E9=BB=98=E7=9A=84=E6=B9=AE=E7=81=B0?= Date: Tue, 5 Jul 2022 19:26:34 +0800 Subject: [PATCH 1/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4e60a28..20883e1 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,8 @@ Capabilities -> Associated Domain -> Domain -> applinks:${your applinks} |QQ|不支持|不支持|支持|支持|不支持|支持| |QZone|支持|不支持|不支持|不支持|不支持|支持| +* ⚠️ registerApp 前必须先调用 setIsPermissionGranted [issues/60](https://github.com/RxReader/tencent_kit/issues/60) [issues/79](https://github.com/RxReader/tencent_kit/issues/79) + * break change * 4.0.0: 按标准插件书写重构 * 3.1.0: 新增 setIsPermissionGranted 函数,设置是否已授权获取设备信息/是否同意隐私协议 From 1d5522b24c1f4252cb9fcfd7fcc70cb31d058bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=89=E9=BB=98=E7=9A=84=E6=B9=AE=E7=81=B0?= Date: Tue, 5 Jul 2022 19:56:34 +0800 Subject: [PATCH 2/5] Update README.md --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 20883e1..b4ba236 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,19 @@ flutter版腾讯(QQ)SDK * [simple_pub_server](https://github.com/rxreader/simple_pub_server) -## docs +## 相关文档 * [腾讯开放平台](https://open.tencent.com/) * [QQ互联](http://wiki.connect.qq.com/) * [Universal Links](https://developer.apple.com/library/archive/documentation/General/Conceptual/AppSearch/UniversalLinks.html) -## android +## FEATURE + +* 5.x.y 通过配置 pubspec.yaml 和 cli 抹平 Android/iOS 平台的复杂配置 + +## 开始使用 + +### android ```groovy android { @@ -39,7 +45,7 @@ android { # 混淆已打入 Library,随 Library 引用,自动添加到 apk 打包混淆 ``` -## ios +### ios ``` 出于插件的基本需求,将 SDK 的 module.modulemap 内容修改 @@ -105,7 +111,7 @@ Universal Links Capabilities -> Associated Domain -> Domain -> applinks:${your applinks} ``` -## flutter +### flutter |分享类型|说说(图/文/视频)|文本|图片|音乐|视频|网页| |:---:|:---:|:---:|:---:|:---:|:---:|:---:| From a9fbd0fabd28fc4fd7fdad08cf1b0367d48a7697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=89=E9=BB=98=E7=9A=84=E6=B9=AE=E7=81=B0?= Date: Tue, 12 Jul 2022 20:58:58 +0800 Subject: [PATCH 3/5] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4ba236..d8e3bfd 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ flutter版腾讯(QQ)SDK * [腾讯开放平台](https://open.tencent.com/) * [QQ互联](http://wiki.connect.qq.com/) -* [Universal Links](https://developer.apple.com/library/archive/documentation/General/Conceptual/AppSearch/UniversalLinks.html) +* [QQ 创建、填写及校验UniversalLinks](https://wiki.connect.qq.com/%E5%A1%AB%E5%86%99%E5%8F%8A%E6%A0%A1%E9%AA%8Cuniversallinks) +* [Apple Universal Links](https://developer.apple.com/library/archive/documentation/General/Conceptual/AppSearch/UniversalLinks.html) ## FEATURE From 9812c6fbe6fa1c313da16af6c274205e70d3f4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=89=E9=BB=98=E7=9A=84=E6=B9=AE=E7=81=B0?= Date: Fri, 29 Jul 2022 11:39:52 +0800 Subject: [PATCH 4/5] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d8e3bfd..7ff3e31 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,12 @@ flutter版腾讯(QQ)SDK ## 相关工具 -* [flutter版微信SDK](https://github.com/rxreader/wechat_kit) -* [flutter版腾讯(QQ)SDK](https://github.com/rxreader/tencent_kit) -* [flutter版新浪微博SDK](https://github.com/rxreader/weibo_kit) -* [flutter版支付宝SDK](https://github.com/rxreader/alipay_kit) -* [flutter版walle渠道打包工具](https://github.com/rxreader/walle_kit) +* [Flutter版微信SDK](https://github.com/RxReader/wechat_kit) +* [Flutter版腾讯(QQ)SDK](https://github.com/RxReader/tencent_kit) +* [Flutter版新浪微博SDK](https://github.com/RxReader/weibo_kit) +* [Flutter版支付宝SDK](https://github.com/RxReader/alipay_kit) +* [Flutter版深度链接](https://github.com/RxReader/link_kit) +* [Flutter版walle渠道打包工具](https://github.com/RxReader/walle_kit) ## dart/flutter 私服 From 703ca8cfb11e12c3a2e18742524db9f1729c716a Mon Sep 17 00:00:00 2001 From: droplet Date: Wed, 28 Sep 2022 11:21:31 +0800 Subject: [PATCH 5/5] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ff3e31..d15bfe3 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ flutter版腾讯(QQ)SDK ### android +* 接入 + ```groovy android { defaultConfig{ @@ -49,6 +51,8 @@ android { ### ios +* 申明 + ``` 出于插件的基本需求,将 SDK 的 module.modulemap 内容修改 @@ -65,6 +69,8 @@ framework module TencentOpenApi{ } ``` +* 接入 + ``` 在Xcode中,选择你的工程设置项,选中“TARGETS”一栏,在“info”标签栏的“URL type“添加“URL scheme”为你所注册的应用程序id @@ -120,7 +126,7 @@ Capabilities -> Associated Domain -> Domain -> applinks:${your applinks} |QQ|不支持|不支持|支持|支持|不支持|支持| |QZone|支持|不支持|不支持|不支持|不支持|支持| -* ⚠️ registerApp 前必须先调用 setIsPermissionGranted [issues/60](https://github.com/RxReader/tencent_kit/issues/60) [issues/79](https://github.com/RxReader/tencent_kit/issues/79) +* ⚠️⚠️⚠️ registerApp 前必须先调用 setIsPermissionGranted [issues/60](https://github.com/RxReader/tencent_kit/issues/60) [issues/79](https://github.com/RxReader/tencent_kit/issues/79) * break change * 4.0.0: 按标准插件书写重构