/insurance-bot-ios

iOS client for https://github.com/IBM-Bluemix/cloudco-insurance

Primary LanguageSwiftOtherNOASSERTION

Cloud Insurance Co. - iOS client

Build Status

This service is part of the larger Cloud Insurance Co. project.

Overview

A native iOS app to interact with the chat bot integrated in the Cloud Insurance Co. application.

Application Requirements

Running the application with the iOS simulator

  1. The iOS app depends on the Cloud Insurance Bot app. Make sure to deploy this app first. The simpler path to deploy this app is to use the Cloud Insurance toolchain.

  2. Ensure Carthage is installed in your environment. You can get the latest release here.

  3. Clone the app to your local environment from your terminal using the following command:

git clone https://github.com/IBM-Bluemix/insurance-bot-ios.git
  1. Change to the checkout directory
cd insurance-bot-ios
  1. Get the dependencies
carthage bootstrap --platform iOS --no-use-binaries
  1. Open XCode project insurance-mobile.xcodeproj

  2. Edit insurance-mobile/configureMe.plist and replace the default_api_host property with the location where you deployed the insurance-bot app.

  3. Run the app

License

See License.txt for license information.