Smooch is the best way to have personal, rich conversations with people on your website or customers on any device. Our features, integrations and developer-friendly APIs empower companies to connect with their customers in a whole new way.
The Smooch iOS SDK will add in-app messaging to your iOS app. Customers will be able to talk to you from your app, while you manage conversations using your favorite business apps.
Sign up and get an app id: https://app.smooch.io/signup.
CocoaPods:
pod "Smooch"
pod update
Carthage:
github "zendesk/sunshine-conversations-ios" ~> 12.1.1
carthage update
Obj-C:
[Smooch initWithSettings:[SKTSettings settingsWithIntegrationId:@"YOUR_INTEGRATION_ID"] completionHandler:^(NSError * _Nullable error, NSDictionary * _Nullable userInfo) {
// Your code after init is complete
}];
[Smooch show];
Swift:
Smooch.initWith(SKTSettings(integrationId: "YOUR_INTEGRATION_ID")) { (error: Error?, userInfo: [AnyHashable : Any]?) in
// Your code after init is complete
}
Smooch.show()
Our Docs and full install guide.
Also, check out Smooch Help Kit for even more features!
link |
Stars: 122 |
Last commit: 1 week ago |
This minor version fixes the issue when logout call returns with 404
HTTP error.
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics