CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | Commercial |
ReleasedLast Release | Feb 2016 |
Maintained by Mike Spensieri.
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.
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];
For Help Kit API documentation, see the SmoochHelpKit.h
and SHKSettings.h
header files.
For Smooch documentation, visit the docs
Copyright (c) 2015 Smooch Technologies Inc. All rights reserved. See here for license details.
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):