腾讯云通信IM服务
新增:
新增好友增/删/查逻辑
bugfix:
- 优化超时问题
- 优化自动登录逻辑
- 优化crash问题
- 优化偶现网络连接异常bug
bugfix:
- 优化超时问题
- 优化自动登录逻辑
- 优化JNI泄漏问题
- 优化crash问题
- 优化偶现网络连接异常bug
bugfix:
- 优化超时问题
- 优化crash问题
- 优化偶现网络连接异常bug
发布macOS、iOS、Android三个平台跨平台C接口库,目前跨平台C接口支持Windows、macOS、iOS、Android四个平台
- 检出 Android
git init TIM_Android
cd TIM_Android
git remote add origin https://github.com/tencentyun/TIMSDK.git
git config core.sparsecheckout true
echo "Android/*" >> .git/info/sparse-checkout
git pull origin master
- 检出 iOS
git init TIM_iOS
cd TIM_iOS
git remote add origin https://github.com/tencentyun/TIMSDK.git
git config core.sparsecheckout true
echo "iOS/*" >> .git/info/sparse-checkout
git pull origin master
- 检出 Mac
git init TIM_Mac
cd TIM_Mac
git remote add origin https://github.com/tencentyun/TIMSDK.git
git config core.sparsecheckout true
echo "Mac/*" >> .git/info/sparse-checkout
git pull origin master
- 检出 Windows
git init TIM_Windows
cd TIM_Windows
git remote add origin https://github.com/tencentyun/TIMSDK.git
git config core.sparsecheckout true
echo "Windows/*" >> .git/info/sparse-checkout
git pull origin master