Git Product home page Git Product logo

janjian / timsdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tencentcloud/timsdk

0.0 1.0 0.0 466.81 MB

腾讯云即时通信 IM 服务,国内下载镜像:

Home Page: https://cloud.tencent.com/document/product/269/36887

Java 17.71% Ruby 0.10% Objective-C 16.74% C 11.09% C++ 18.80% CSS 0.16% HTML 0.75% JavaScript 30.18% Makefile 0.67% CMake 0.12% Vue 3.57% Stylus 0.01% Objective-C++ 0.10%

timsdk's Introduction

公告:TUIKit Android 与 iOS 端开放 Pull Request,merge 成功后会在 README.md 上留下您的大名并超链到您的 Github 主页!

镜像下载

腾讯云分流下载地址: DOWNLOAD

TUIKit集成

​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​
功能模块 平台 文档链接
快速集成iOSTUIKit-iOS快速集成
AndroidTUIKit-Android快速集成
快速搭建iOSTUIKit-iOS快速搭建
AndroidTUIKit-Android快速搭建
修改界面样式iOSTUIKit-iOS修改界面样式
AndroidTUIKit-Android修改界面样式
自定义消息iOSTUIKit-iOS自定义消息
AndroidTUIKit-Android自定义消息

接口升级

问题反馈

  • 为了更好的了解您使用TIMSDK所遇到的问题,方便快速有效定位解决TIMSDK问题,希望您按如下反馈指引反馈issue,方便我们尽快解决您的问题
  • TIMSDK issue反馈指引

标准版与精简版差异对比

  • SDK 从5.0版本开始新增精简版,原有版本称为标准版。
  • 精简版与标准版同时支持 V2 API,在接口能力上完全一致。
  • 精简版不再支持旧版 API,标准版继续支持旧版 API。
  • 在 SDK 体积和安装包增量上,精简版与标准版相比有大幅度缩减。
  • 精简版目前支持 Android 和 iOS 两个平台,后续会逐步增加对 Windows 和 Mac 平台的支持。
  • 如果您没有接入过旧版 API,建议您直接使用 V2 API,选择精简版 SDK。
  • 如果您已经接入了旧版 API,推荐您升级到 V2 API,逐步切换到精简版 SDK。

SDK 体积大小对比

平台 对比项 标准版 精简版
Android aar 大小 7.8 MB 3.1 MB
iOS framework 大小 57.7 MB 11.2 MB

App 体积增量对比

平台 架构 标准版 精简版
apk 增量 armeabi-v7a 3.2 MB 1.1 MB
arm64-v8a 5.2 MB 1.7 MB
ipa 增量 arm64 2.1 MB 1.1 MB

集成方式对比

jcenter 集成 (Android 平台)

如果使用标准版 SDK,请在 gradle 里添加如下依赖

dependencies {
  api 'com.tencent.imsdk:imsdk:版本号'
}

如果使用精简版 SDK,请在 gradle 里添加如下依赖

dependencies {
  api 'com.tencent.imsdk:imsdk-smart:版本号'
}

cocoaPods 集成 (iOS 平台)

如果使用标准版 SDK,请您按照如下方式设置 Podfile 文件

platform :ios, '8.0'
source 'https://github.com/CocoaPods/Specs.git'

target 'App' do
pod 'TXIMSDK_iOS'
end

如果使用精简版 SDK,请您按照如下方式设置 Podfile 文件

platform :ios, '8.0'
source 'https://github.com/CocoaPods/Specs.git'

target 'App' do
pod 'TXIMSDK_Smart_iOS'
end

更多集成方式请参考 集成 SDK

最新标准版 5.1.60 @2021.04.06

iOS 平台

  • 优化 SDK 因使用 IDFA 相关关键字可能导致上架 appstore 被拒的问题

最新精简版 5.2.212 @2021.04.06

iOS 平台

  • 优化 SDK 因使用 IDFA 相关关键字可能导致上架 appstore 被拒的问题

谁是第一位英雄,请现身!

timsdk's People

Contributors

vinsonswang avatar lynxzhang avatar jianfma avatar denny-feng avatar zhangyuiris avatar harvycchen avatar chengqw avatar smallyou avatar anderlu avatar chenximo avatar qm36 avatar rychou avatar 0x0oo avatar lianjun0809 avatar parkhuang avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.