{"id":23178539,"url":"https://github.com/cometchat/cometchat-sample-app-ios","last_synced_at":"2025-05-16T18:08:25.946Z","repository":{"id":37759285,"uuid":"160367490","full_name":"cometchat/cometchat-sample-app-ios","owner":"cometchat","description":"Voice \u0026 Video Calling and Text Chat App for iOS","archived":false,"fork":false,"pushed_at":"2025-01-15T12:39:53.000Z","size":601009,"stargazers_count":201,"open_issues_count":2,"forks_count":52,"subscribers_count":22,"default_branch":"v4","last_synced_at":"2025-04-03T18:14:21.800Z","etag":null,"topics":["app","calling","chat","conference","ios","messaging","swift","video","voice"],"latest_commit_sha":null,"homepage":"https://www.cometchat.com","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cometchat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"License.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-04T14:09:34.000Z","updated_at":"2025-02-21T01:11:08.000Z","dependencies_parsed_at":"2023-12-17T09:26:17.686Z","dependency_job_id":"a8c038e5-f5a3-4675-b1e2-3303fc687867","html_url":"https://github.com/cometchat/cometchat-sample-app-ios","commit_stats":null,"previous_names":["cometchat-pro/cometchat-chat-sample-app-ios-swift","cometchat/cometchat-chat-sample-app-ios-swift","cometchat/cometchat-sample-app-ios"],"tags_count":103,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometchat%2Fcometchat-sample-app-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometchat%2Fcometchat-sample-app-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometchat%2Fcometchat-sample-app-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometchat%2Fcometchat-sample-app-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cometchat","download_url":"https://codeload.github.com/cometchat/cometchat-sample-app-ios/tar.gz/refs/heads/v4","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248601062,"owners_count":21131607,"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":["app","calling","chat","conference","ios","messaging","swift","video","voice"],"created_at":"2024-12-18T07:11:42.298Z","updated_at":"2025-04-12T16:47:57.127Z","avatar_url":"https://github.com/cometchat.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"CometChat\" src=\"https://assets.cometchat.io/website/images/logos/banner.png\"\u003e\n\u003c/p\u003e\n\n# iOS Sample App by CometChat\n\nThis reference application showcases the integration of [CometChat's iOS UI Kit](https://www.cometchat.com/docs/v4/ios-uikit/overview) within an iOS framework. It provides developers with examples of implementing real-time messaging and voice and video calling features in their iOS-based applications.\n\n\u003cdiv style=\"\n    display: flex;\n    align-items: center;\n    justify-content: center;\"\u003e\n   \u003cimg src=\"./screenshots/overview_cometchat_screens.png\" /\u003e\n\u003c/div\u003e\n\n\n## 🚀 Try the New v5 UI Kit!\nDiscover the all-new [v5 UI Kit](https://github.com/cometchat/cometchat-uikit-ios/tree/v5), featuring a completely revamped desigS for enhanced usability and visual appeal. With restructured components, advanced styling options, and a streamlined integration process, v5 offers a seamless, customizable experience tailored to your needs. Try it now and elevate your development workflow!\n\n## Prerequisites\n\n- Xcode \n- pod (CocoaPods)\n- Sign up for a [CometChat](https://app.cometchat.com/) account to get your app credentials: _`App ID`_, _`Region`_, and _`Auth Key`_\n\n\n## Installation\n1. Clone the repository:\n    ```\n    git clone https://github.com/cometchat/cometchat-sample-app-ios.git\n    ```\n\n2. Navigate to the project directory:\n    ```sh\n      cd cometchat-sample-app-ios/CometChatSwift\n    ```\n\n3. Install dependencies:\n    ```sh\n      pod install\n    ```\n\n4. If you're facing any issues while installing pods then use the below command.\n    ```sh\n      pod install --repo-update\n    ```\n\n5. In Xcode, open the project by opening `cometchat-sample-app-ios/CometChatSwift.xcworkspace`\n\n6. Enter your CometChat _`App ID`_, _`Region`_, and _`Auth Key`_ in the [CometChatSwift/AppConstants.swift](CometChatSwift/AppConstants.swift) file:\n   https://github.com/cometchat/cometchat-uikit-ios/blob/056b60f4b8092a6a24df64e371e56879bbb77915/CometChatSwift/AppConstants.swift#L9-L13\n\n7.  If your app is created before August 12th, 2024 then change the sample data URL to `https://assets.cometchat.io/sampleapp/v1/sampledata.json` in the [CometChatSwift/Controllers/Login.swift](https://github.com/cometchat/cometchat-uikit-ios/blob/v4/CometChatSwift/Controllers/Login.swift) file: https://github.com/cometchat/cometchat-uikit-ios/blob/056b60f4b8092a6a24df64e371e56879bbb77915/CometChatSwift/Controllers/Login.swift#L109-L111\n\n8. Run the app on a device or emulator.\n\n\n## Help and Support\nFor issues running the project or integrating with our UI Kits, consult our [documentation](https://www.cometchat.com/docs/ios-uikit/integration) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](http://app.cometchat.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcometchat%2Fcometchat-sample-app-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcometchat%2Fcometchat-sample-app-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcometchat%2Fcometchat-sample-app-ios/lists"}