• Updated version to 1.3.14
Kevin Reynaldo authored
• Added setChangeProfilePictureButtonVisible to TapUI
• Updated my account text field colors
• Added file path to download file/video callback
• Added message model to download callback
• Invoke userLogout after logoutAndClearAllTapTalkData is finished
1751210a

TapTalk.io iOS SDK

Platform Languages

Introduction

TapTalk.io is a complete in-app chat SDK and messaging API. Its in-app chat feature give you and your user the best in-app chat experience, it provides you with UI Based implementation and code based implementation and fully customizable.

Dependencies

TapTalk.io SDK depends on TapTalk SDK. Since TapTalk uses git-lfs you will need to install it to clone/install TapTalk.io SDK through Cocoapods. Easiest way to install git-lfs is using brew:

brew install git-lfs
git lfs install

Getting TapTalk.io SDK

  1. Install git-lfs
  2. Add pod 'TapTalk' to your podfile
  3. Check out the samples or follow the Quick Start & Documentation guide to start using it in your project.

Integration with Cocoapods

TapTalk.io SDK (TapTalk) is an Objective-C framework, but you can also using it with Swift by creating the bridging header.

Add TapTalk to your target inside your Podfile:

pod 'TapTalk'

Run:

pod install

Quick Start & Documentation

For more information about the documentation, please refer to this documentation page