{"id":18656598,"url":"https://github.com/zendesk/sunshine-conversations-ios","last_synced_at":"2025-05-16T18:09:02.097Z","repository":{"id":12620620,"uuid":"15291824","full_name":"zendesk/sunshine-conversations-ios","owner":"zendesk","description":"Smooch","archived":false,"fork":false,"pushed_at":"2025-04-11T08:57:20.000Z","size":757049,"stargazers_count":125,"open_issues_count":1,"forks_count":48,"subscribers_count":236,"default_branch":"master","last_synced_at":"2025-04-11T10:01:58.703Z","etag":null,"topics":["smooch-sdk"],"latest_commit_sha":null,"homepage":"https://smooch.io","language":"Objective-C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zendesk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-12-18T19:10:03.000Z","updated_at":"2025-04-11T08:57:25.000Z","dependencies_parsed_at":"2023-02-16T19:45:53.311Z","dependency_job_id":"f7374f7b-5534-48ad-8017-31dd4b37acf5","html_url":"https://github.com/zendesk/sunshine-conversations-ios","commit_stats":{"total_commits":329,"total_committers":32,"mean_commits":10.28125,"dds":0.7689969604863222,"last_synced_commit":"bedfa506c4b4f731311b0651d57e157918be1350"},"previous_names":["radialpoint/supportkit"],"tags_count":162,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendesk%2Fsunshine-conversations-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendesk%2Fsunshine-conversations-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendesk%2Fsunshine-conversations-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendesk%2Fsunshine-conversations-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zendesk","download_url":"https://codeload.github.com/zendesk/sunshine-conversations-ios/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248599851,"owners_count":21131377,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["smooch-sdk"],"created_at":"2024-11-07T07:24:17.861Z","updated_at":"2025-04-12T16:43:50.694Z","avatar_url":"https://github.com/zendesk.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Smooch](http://www.smooch.io)\n\nPlease submit bug reports to [Zendesk](https://support.zendesk.com/hc/en-us/articles/4408843597850) and be sure to consult our [Getting help section](https://developer.zendesk.com/documentation/zendesk-web-widget-sdks/getting_support_on_zendesk_mobile_sdks/) of our documentation.\n\n[![Pod Version](http://img.shields.io/cocoapods/v/Smooch.svg)](http://cocoadocs.org/docsets/Smooch/)\n[![Platform](http://img.shields.io/cocoapods/p/Smooch.svg)](http://cocoadocs.org/docsets/Smooch/)\n[![License](http://img.shields.io/cocoapods/l/Smooch.svg)](http://smooch.io/terms.html)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n\nSmooch 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.\n\nThe Smooch iOS SDK will add [in-app messaging](https://smooch.io/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.\n\n- Maximize development productivity with a single codebase across platforms and [add more channels](https://smooch.io/cross-channel-messaging/) anytime.\n- Build better relationships with messaging that feels and looks native to your app.\n- Delight your customers with the most engaging conversational experience using [rich messaging](https://smooch.io/rich-messaging/).\n- Sync conversations across every device and channel your customers use.\n- Bring every conversation into your existing business apps. No new tool to learn. [See all integrations](https://smooch.io/integrations/).\n\nSign up and get an app id: [https://app.smooch.io/signup](https://app.smooch.io/signup).\n\nCocoaPods:\n\n    pod \"Smooch\"\n    pod update\n\nCarthage:\n\n    github \"zendesk/sunshine-conversations-ios\" ~\u003e VERSION_NUMBER\n    carthage update\n\nObj-C:\n\n```objc\n[Smooch initWithSettings:[SKTSettings settingsWithIntegrationId:@\"YOUR_INTEGRATION_ID\"] completionHandler:^(NSError * _Nullable error, NSDictionary * _Nullable userInfo) {\n        // Your code after init is complete\n    }];\n[Smooch show];\n```\n\nSwift:\n\n```Swift\nSmooch.initWith(SKTSettings(integrationId: \"YOUR_INTEGRATION_ID\")) { (error: Error?, userInfo: [AnyHashable : Any]?) in\n            // Your code after init is complete\n        }\nSmooch.show()\n```\n\nOur [Docs and full install guide](http://docs.smooch.io).\n\nAlso, check out [Smooch Help Kit](https://github.com/smooch/smooch-helpkit-ios) for even more features!\n\n# Bugs\nPlease submit bug reports to [Zendesk](https://support.zendesk.com/hc/en-us/articles/4408843597850) and be sure to consult our [Getting help section](https://developer.zendesk.com/documentation/zendesk-web-widget-sdks/getting_support_on_zendesk_mobile_sdks/) of our documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzendesk%2Fsunshine-conversations-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzendesk%2Fsunshine-conversations-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzendesk%2Fsunshine-conversations-ios/lists"}