CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

AsistaBot 1.0.0

AsistaBot 1.0.0

Maintained by Vaisakh.



AsistaBot 1.0.0

  • By
  • Cherrylabs

Asista SDK for IOS

CI Status Version License Platform

Demo Applications

There is examples on how to use the SDK here.

Requirements

  • iOS 8.0+
  • Xcode 10.0+
  • Swift 4.2+

Installing the Asista SDK

Asista SDK is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'AsistaCore'
pod 'AsistaUI'

Getting Started

SDK Configuration

To begin making calls to the Asista API, you need to register an application on the Asista Developer Site and get credentials for your app.

Then, configure your Xcode with information for the Asista SDK. Locate the Info.plist file for your application. Right-click this file and select Open As > Source Code

Add the following code snippet, replacing the placeholders within the square brackets ([]) with your app’s information from the developer dashboard. (Note: Do not include the square brackets)

<key>Asista</key>
<dict>
<key>appKey</key>
<string>[appKey]</string>
<key>appSecret</key>
<string>[appSecret]</string>
<key>tenantUrl</key>
<string>[https://yourdomain.asista.com]</string>
</dict>

Author

Cherrylabs Technologies

Talk to Us

Visit our GitHub Issues to leave feedback and to connect with other users of the SDK.

Contributing

We ❤️ contributions. Found a bug or looking for a new feature? Open an issue and we'll respond as fast as we can. Or, better yet, implement it yourself and open a pull request! We ask that you include tests to show the bug was fixed or the feature works as expected.

License

Use of this software is subject to important terms and conditions as set forth in the License file