Smooch

Smooch 是在任何设备上与您网站上的用户或客户进行个性化、丰富对话的最佳方式。「Smooch is the best way to have personal, rich conversations with people on your website or customers on any device.」

  • 所有者: zendesk/sunshine-conversations-ios
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Smooch

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 id: https://app.smooch.io/signup.

CocoaPods:

pod "Smooch"
pod update

Carthage:

github "zendesk/sunshine-conversations-ios" ~> VERSION_NUMBER
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!

主要指标

概览
名称与所有者zendesk/sunshine-conversations-ios
主编程语言Objective-C
编程语言Objective-C (语言数: 3)
平台
许可证
所有者活动
创建于2013-12-18 19:10:03
推送于2025-06-26 08:22:56
最后一次提交2025-06-26 10:22:54
发布数163
最新版本名称12.6.0 (发布于 )
第一版名称1.0 (发布于 2014-01-16 13:24:40)
用户参与
星数124
关注者数231
派生数48
提交数348
已启用问题?
问题数0
打开的问题数0
拉请求数19
打开的拉请求数1
关闭的拉请求数6
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?