{"id":46704941,"url":"https://github.com/complycube/complycube-ios-sdk","last_synced_at":"2026-04-03T00:21:57.580Z","repository":{"id":181243669,"uuid":"571524976","full_name":"complycube/complycube-ios-sdk","owner":"complycube","description":"A sample iOS project integrating the ComplyCube SDK.","archived":false,"fork":false,"pushed_at":"2025-12-10T22:46:51.000Z","size":78,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-11T10:28:58.508Z","etag":null,"topics":["aml","fintech","fraud-detection","fraud-prevention","identity","identity-provider","ios","ios-sdk","kyc","kyc-api"],"latest_commit_sha":null,"homepage":"https://complycube.com","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/complycube.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-28T10:21:06.000Z","updated_at":"2025-10-28T09:48:32.000Z","dependencies_parsed_at":"2023-09-25T01:59:50.988Z","dependency_job_id":"b85882da-e8d6-4d83-8546-29f28a06eab1","html_url":"https://github.com/complycube/complycube-ios-sdk","commit_stats":null,"previous_names":["complycube/complycube-ios-sdk"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/complycube/complycube-ios-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complycube%2Fcomplycube-ios-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complycube%2Fcomplycube-ios-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complycube%2Fcomplycube-ios-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complycube%2Fcomplycube-ios-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/complycube","download_url":"https://codeload.github.com/complycube/complycube-ios-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complycube%2Fcomplycube-ios-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30287446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["aml","fintech","fraud-detection","fraud-prevention","identity","identity-provider","ios","ios-sdk","kyc","kyc-api"],"created_at":"2026-03-09T08:01:05.973Z","updated_at":"2026-03-09T08:01:47.945Z","avatar_url":"https://github.com/complycube.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ComplyCube Example App\n\nThis repository provides a pre-built UI that uses the ComplyCube SDK. It guides you through the ComplyCube identity verification process, which includes collecting client ID documents, proof of address documents, and biometric selfies.\n\n\u003e :information_source: Please get in touch with your **Account Manager** or **[support](https://support.complycube.com/hc/en-gb/requests/new)** to get access to our NFC-Enabled Mobile SDK.\n\n## To run the app\n\n### Install CocoaPods\n\n1. Before using the ComplyCube SDK, install Cocoapods by running the following command in your terminal:\n\n   ```bash\n   sudo gem install cocoapods\n   ```\n\n2. Specify the SDK in your `Podfile`:\n\n   ```bash\n   pod 'ComplyCubeMobileSDK'\n   ```\n   \n### Using UIKit\n\n1. In your terminal, navigate to `complycube-ios-sdk/UIKit/` and run `pod install`.\n2. Open `complycube-ios-sdk/UIKit/SampleApp.xcworkspace` in Xcode.\n3. [Create a Client ID](https://docs.complycube.com/documentation/guides/mobile-sdk-guide/mobile-sdk-integration-guide#id-2.-create-a-client).\n4. [Generate an SDK token](https://docs.complycube.com/documentation/guides/mobile-sdk-guide/mobile-sdk-integration-guide#id-3.-generate-an-sdk-token).\n5. In the `complycube-ios-sdk/UIKit/SampleApp/ViewController.swift` file, replace `CLIENT_ID` and `SDK_TOKEN` with the generated values from the previous steps.\n\n### Using SwiftUI\n\n1. In your terminal, navigate to `complycube-ios-sdk/SwiftUI/` and run `pod install`.\n2. Open `complycube-ios-sdk/SwiftUI/SampleApp.xcworkspace` in Xcode.\n3. [Create a Client ID](https://docs.complycube.com/documentation/guides/mobile-sdk-guide/mobile-sdk-integration-guide#id-2.-create-a-client).\n4. [Generate an SDK token](https://docs.complycube.com/documentation/guides/mobile-sdk-guide/mobile-sdk-integration-guide#id-3.-generate-an-sdk-token).\n5. In the `complycube-ios-sdk/SwiftUI/SampleApp/ContentView.swift` file, replace `CLIENT_ID` and `SDK_TOKEN` with the generated values from the previous steps.\n\n## Integrating our SDK\n\nFor detailed instructions on integrating our SDK, please refer to our [integration guide](https://docs.complycube.com/sdks/mobile-integrations/ios-sdk).\n\nFor an overview of our core platform and its multiple features, please refer to our [user guide](https://docs.complycube.com) or browse the [API reference](https://docs.complycube.com/api-reference) for fine-grained documentation of all our services.\n\n\n## About ComplyCube\n\n[ComplyCube](https://www.complycube.com/en), an award-winning SaaS \u0026 API platform, offers innovative Identity Verification (IDV), Anti-Money Laundering (AML), and Know Your Customer (KYC) compliance solutions. Its extensive customer base spans several industries, such as financial services, transport, healthcare, e-commerce, cryptocurrency, FinTech, and telecoms, making ComplyCube a leading figure in the IDV space.\n\u003cbr\u003e\n\u003cbr\u003e\nThis ISO-certified platform is notable for its quick omnichannel integration and a wide range of services. It provides Low/No-Code solutions, robust API, Mobile SDKs, Client Libraries, and smooth CRM integrations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomplycube%2Fcomplycube-ios-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomplycube%2Fcomplycube-ios-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomplycube%2Fcomplycube-ios-sdk/lists"}