Giter Site home page Giter Site logo

hyphenate-sdk-ios's Introduction

Hyphenate-SDK-iOS

  • doc folder: SDK documentation.
  • HyphenateFull-SDK folder: Common features + video/audio calling.
  • HyphenateSDK folder: Common features.

iOS Demo: https://github.com/HyphenateInc/Hyphenate-Demo-iOS

iOS Demo is dependending on EaseUI library:https://github.com/HyphenateInc/Hyphenate-EaseUI-iOS

Installation with CocoaPods

CocoaPods is a dependency library manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like Hyphenate in your projects. For further detail, please visit https://cocoapods.org

$ gem install cocoapods

Add the following line to Podfile

source 'https://github.com/CocoaPods/Specs.git'

target 'projectTarget' do
  pod 'Hyphenate'
end

run the following command:

$ pod install

hyphenate-sdk-ios's People

Contributors

jerrywu12 avatar lizilong1989 avatar xieyajie avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hyphenate-sdk-ios's Issues

Convert from JSON to EMMessage

I am planning on permanently storing messages and chat history on my server. To restore chat history for someone on the iOS client, it seems I will need to call importMessages:completion: on the chatManager which takes an array of EMMessages. My problem is that you have not made public any converter from the raw message JSON to an EMMessage. Parsing the different types of messages and setting the appropriate properties of an EMMessage (and also for importing EMConversations) would be quite tedious and prone to errors on API upgrades. Could you make a publicly accessible converter?

Or am I misunderstanding something about the suggested way of restoring chat history?

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.