当前位置:网站首页>Swift QQ authorized login pit set
Swift QQ authorized login pit set
2022-07-27 17:06:00 【CAir2】
First, refer to the official website documentation :https://wiki.connect.qq.com/sdk%e4%b8%8b%e8%bd%bd
because QQ The official website documentation is very xxx, It is recommended to integrate wechat first , Wechat documents are complete . This can be avoided QQ Some of the pit .
If you use unionid, Be sure to change the description : https://wiki.connect.qq.com/unionid%e4%bb%8b%e7%bb%8d
The current version is 3.5.7 As an example, start the integration

Note: You have to set Universal Links, Otherwise, the callback may not trigger
Integrate sdk, At this time, the official website needs some attention , as follows :
1. libstdc++.dylib No need
2. Bridge import sdk Will report a mistake :https://www.jianshu.com/p/d053e54a2542
3. Must be in SceneDelegate Inside processing Universal Links and handleOpen Url, Otherwise, the callback will not trigger

If you don't deal with it here handleOpen, Then code scanning login will not trigger ( You can refer to wechat QQ payment ).
The bridge header file contains :
#import <TencentOpenAPI/TencentOpenApiUmbrellaHeader.h>
边栏推荐
- The difference between MVC and MVP and MVVM
- C语言之程序环境和预处理
- Node package depends on download management
- Understand the basic properties of BOM and DOM
- Database notes sorting
- Jerry's book can't find Bluetooth solutions [article]
- Xcode 发布测试包TestFlight
- Log4j.jar and slf4-log4 download link
- md 中超链接的解析问题:解析`this.$set()`,`$`前要加空格或转义符 `\`
- Passive income: return to the original and safe two ways to earn
猜你喜欢
随机推荐
【SAML SSO解决方案】上海道宁为您带来SAML for ASP.NET/SAML for ASP.NET Core下载、试用、教程
LNMP环境--部署wordpress
Get the array list of the previous n days and the previous and subsequent days of the current time, and cycle through each day
Measured: the performance of cloud RDS MySQL is 1.6 times that of self built
Three table joint query 3
技术实践干货 | 从工作流到工作流
High precision timer
Flex flex flex box layout
如何通过C#/VB.NET从PDF中提取表格
Mobile end Foundation
Build a cloud native file system for media assets
UITableView 基本使用和优化
C语言之字符函数和字符串函数及内存函数
jsp-El表达式,JSTL标签
Built in object (bottom)
实测:云RDS MySQL性能是自建的1.6倍
Three level cache of pictures in Android
Matplotlib drawing error: "! Latex error: file `type1cm.sty 'not found." solution
Share a scheme of "redis" to realize "chat round system" that can't be found on the Internet
牛客题目——最小的K个数









