{"id":18736636,"url":"https://github.com/kommunicate-io/kommunicate-spm-sample","last_synced_at":"2025-11-16T18:30:12.750Z","repository":{"id":94794204,"uuid":"364166827","full_name":"Kommunicate-io/Kommunicate-SPM-Sample","owner":"Kommunicate-io","description":"Kommunicate iOS Sample App integrated through Swift Package Manager.","archived":false,"fork":false,"pushed_at":"2022-10-11T08:04:27.000Z","size":84,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-12-28T16:46:32.825Z","etag":null,"topics":["chatbot","customer-support","ios","kommunicate-ios-sdk","livechat","messaging","swift","swift5","swiftpackagemanager"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"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/Kommunicate-io.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":"2021-05-04T06:56:06.000Z","updated_at":"2023-07-18T09:04:51.000Z","dependencies_parsed_at":"2023-07-16T09:23:10.484Z","dependency_job_id":null,"html_url":"https://github.com/Kommunicate-io/Kommunicate-SPM-Sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kommunicate-io%2FKommunicate-SPM-Sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kommunicate-io%2FKommunicate-SPM-Sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kommunicate-io%2FKommunicate-SPM-Sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kommunicate-io%2FKommunicate-SPM-Sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kommunicate-io","download_url":"https://codeload.github.com/Kommunicate-io/Kommunicate-SPM-Sample/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239611992,"owners_count":19668274,"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":["chatbot","customer-support","ios","kommunicate-ios-sdk","livechat","messaging","swift","swift5","swiftpackagemanager"],"created_at":"2024-11-07T15:21:51.672Z","updated_at":"2025-11-16T18:30:12.448Z","avatar_url":"https://github.com/Kommunicate-io.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kommunicate-SwiftPackage-Sample\nAn Open Source iOS Live Chat SDK for Customer Support.\n\n## Overview\nKommunicate provides open source live chat SDK in iOS. The Kommunicate SDK is flexible, lightweight and easily integrable. It lets you easily add real-time live chat and in-app messaging in your mobile applications and websites for customer support. The SDK is equipped with advance messaging options such as sending attachments, sharing location and rich messaging.\n\n![support-ios](https://user-images.githubusercontent.com/24476344/43457761-7d26b452-94e5-11e8-891d-ca765d589f30.gif)\n\nKommunicate SDK lets you integrate custom chatbots in your mobile apps for automating tasks. It comes with multiple features to make it a full-fledged customer support SDK.\n\n![bot-ios](https://user-images.githubusercontent.com/24476344/43457795-9e019cfa-94e5-11e8-8824-5d2cfd073a94.gif)\n\n## Get Started\nTo get started with the Kommunicate iOS SDK, head over to the Kommunicate website and [signup](https://dashboard.kommunicate.io/dashboard) to get your Application ID.\n\n## Installation\nFollow these steps to install and run the sample app:\n\n- In the terminal, run: `git clone https://github.com/Kommunicate-io/Kommunicate-SPM-Sample.git`\n\n- `cd Kommunicate-SPM-Sample`\n\n- Open the `Kommunicate-SPM-Sample.xcodeproj` file in Xcode\n\n- Add your App ID in the AppDelegate file, and run the app.\n\n## Integration\nFollow these steps to install to integrate the Kommunicate Swift Package in your app:\n\n- In your project, go to File \u003e Swift Packages \u003e Add Package Dependency\n- Enter `https://github.com/Kommunicate-io/Kommunicate-iOS-SDK` in the URL field.\n- Click on Next and wait till the package is added to your project.\n- Add the required [permissions](https://docs.kommunicate.io/docs/ios-installation#installation) and the [localization](https://docs.kommunicate.io/docs/ios-localization#chat-localization-setup)\n- Follow the authentication process as mentioned on the [docs](https://docs.kommunicate.io/docs/ios-authentication)\n- Set up views as required and launch conversations using the following function:\n```swift\nKommunicate.createAndShowConversation(from: self) { error in\n    guard error == nil else {\n        print(\"Conversation error: \\(error.debugDescription)\")\n        return\n    }\n    // Success\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkommunicate-io%2Fkommunicate-spm-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkommunicate-io%2Fkommunicate-spm-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkommunicate-io%2Fkommunicate-spm-sample/lists"}