NetEase Cloud Trust is an IM
cloud service product released by NetEase. This warehouse is the release warehouse of Yunxin iOS SDK
and macOS SDK
.
NIM iOS SDK
includes two modules: IM
and AVChat
(audio and video).
NIM macOS SDK
only contains the IM
module.
The specific structure is
NIMSDK (IM module)
NIMAVChat (audio and video module)
You can choose to download according to your needs.
NIM iOS SDK
provides two methods of manual integration and integration through CocoaPods
, while NIM macOS SDK
only provides manual integration.
You can download the latest version from the official website download address and add it to the project. For specific steps, refer to the integration document.
pod NIMSDK
pod NIMSDK_LITE
As we all know, iOS
only supports static libraries (before iOS 8), which causes developers to often encounter symbol file conflicts when integrating various third-party libraries and SDK
, because different third-party libraries and SDK
often rely on the same Libraries, such as almost all security-related libraries depend on openssl
. In order to maximize the convenience of upper-level development, Yunxin will try to avoid introducing unnecessary third-party libraries on the one hand, and on the other hand, it will also rename some third-party libraries to ensure that there are no symbol file conflicts. However, due to the particularity of some libraries, we still have to introduce them intact and cannot make complete modifications. One way to circumvent this is for both parties to rely on the same underlying library code.
For example, when using Yunxin and Alipay SDK
at the same time, symbol file conflicts will occur because they both rely on openssl
. When integrating manually, we recommend directly removing libssl.a
and libscrypto.a
files that a certain party depends on. When using Cocoapods
integration, you can remove conflicting static libraries through the post_install method.
After 5.1.0, Yunxin iOS will be released in the form of a dynamic library
You can download historical versions from the Release of the current warehouse.
**#Recommend friends to use Yunxin and enjoy a JD card reward of 1,500 yuan# **Click to participate https://yunxin.163.com/promotion/recommend?channel=github