Skip to content

An iOS chat application using cognitive services from the Watson Developer Cloud iOS SDK.

License

Notifications You must be signed in to change notification settings

schen22/simple-chat-objective-c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Watson Developer Cloud iOS SDK: Chat App Example

This repository contains an example application to demonstrate how the Swift-based Watson Developer Cloud iOS SDK can be consumed from an Objective-C application.

This example modifies the JSQMessagesViewController demo application to add Watson services, including Speech to Text, Conversation, and Text to Speech.

Please note that this project is still a work-in-progress!

Requirements

  • Xcode 7.3+
  • iOS 8.0+

Dependency Management

This project uses both Carthage and CocoaPods to manage dependencies.

  • Install Carthage using Homebrew: brew install carthage
  • Install CocoaPods: sudo gem install cocoapods

Getting Started

  1. Clone the repository: git clone https://github.com/watson-developer-cloud/simple-chat-objective-c.git
  2. Build the dependencies: carthage update --platform iOS
  3. Open ChatApp.xcworkspace
  4. Update your service credentials in Credentials.swift
  5. Build and run the app!

About

An iOS chat application using cognitive services from the Watson Developer Cloud iOS SDK.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 92.9%
  • Shell 5.9%
  • Swift 1.1%
  • Ruby 0.1%