Cloud Insurance Co. - iOS client
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
- XCode 8.0, iOS 10, Swift 3
- Carthage dependency manager
Running the application with the iOS simulator
-
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.
-
Ensure Carthage is installed in your environment. You can get the latest release here.
-
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
- or Download and extract the source code from this archive
- Change to the checkout directory
cd insurance-bot-ios
- Get the dependencies
carthage bootstrap --platform iOS --no-use-binaries
-
Open XCode project
insurance-mobile.xcodeproj
-
Edit
insurance-mobile/configureMe.plist
and replace thedefault_api_host
property with the location where you deployed theinsurance-bot
app. -
Run the app
License
See License.txt for license information.