Pod Version Platform License

Sign up and get an app token: https://app.smooch.io/signup.

CocoaPods:

pod 'Smooch'
pod update

Obj-C:

[Smooch initWithSettings:[SKTSettings settingsWithAppToken:@"YOURAPPTOKEN"]];
[Smooch show];

Swift:

In your bridging header:

#import <Smooch/Smooch.h>

In a Swift file:

Smooch.initWithSettings(SKTSettings(appToken: "YOUR_APP_TOKEN"))
Smooch.show()

Our Docs and full install guide.

Also, check out Smooch Help Kit for even more features!