8000 GitHub - zacaltman/smooch-ios: Smooch
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zacaltman/smooch-ios

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Pod Version Platform License Carthage compatible

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.

  • Maximize development productivity with a single codebase across platforms and add more channels anytime.
  • Build better relationships with messaging that feels and looks native to your app.
  • Delight your customers with the most engaging conversational experience using rich messaging.
  • Sync conversations across every device and channel your customers use.
  • Bring every conversation into your existing business apps. No new tool to learn. See all integrations.

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

CocoaPods:

pod 'Smooch'
pod update

Carthage:

github "smooch/smooch-ios"
carthage 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!

About

Smooch

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 100.0%
0