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

SmoochHelpKit 1.1.0

SmoochHelpKit 1.1.0

TestsTested
LangLanguage Obj-CObjective C
License Commercial
ReleasedLast Release Feb 2016

Maintained by Mike Spensieri.



  • By
  • Smooch Technologies Inc.

Smooch Help Kit

The Smooch Help Kit library is an extension to the capabilities of the Smooch iOS SDK. This library adds self-help functionality, as well as an app-wide gesture to access help from anywhere in the app.

Check out the wiki for descriptions of the features.

Screenshot

Usage

Initializing the SDK

Sign up and get an app token at app.smooch.io. Then, in application:didFinishLaunchingWithOptions:

#import "SmoochHelpKit.h"

SHKSettings* settings = [SHKSettings settingsWithAppToken:@"YOUR_APP_TOKEN"];
[SmoochHelpKit initWithSettings:settings];

Note: SHKSettings derives from SKTSettings, and calling [SmoochHelpKit initWithSettings:] will automatically call through to [Smooch initWithSettings:]. There is no need to call +initWithSettings: on both classes.

To show the UI:

[SmoochHelpKit show];

API Documentation

For Help Kit API documentation, see the SmoochHelpKit.h and SHKSettings.h header files.

For Smooch documentation, visit the docs

License

Copyright (c) 2015 Smooch Technologies Inc. All rights reserved. See here for license details.

Acknowledgements

This library makes use of, was inspired by, and distributes a number of other open-source components. Special thanks to the creators and maintainers of these libraries (in no particular order):