{"id":13992385,"url":"https://github.com/plaid/plaid-link-ios","last_synced_at":"2026-03-09T22:03:48.055Z","repository":{"id":41258134,"uuid":"191094921","full_name":"plaid/plaid-link-ios","owner":"plaid","description":"Plaid Link iOS SDK","archived":false,"fork":false,"pushed_at":"2026-01-08T18:55:54.000Z","size":1383418,"stargazers_count":151,"open_issues_count":5,"forks_count":92,"subscribers_count":46,"default_branch":"master","last_synced_at":"2026-01-29T02:15:15.463Z","etag":null,"topics":["plaid","plaid-ios","plaid-link"],"latest_commit_sha":null,"homepage":"https://plaid.com/docs/link/ios","language":"Objective-C","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/plaid.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"security/CODEOWNERS.yml","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":"2019-06-10T04:10:13.000Z","updated_at":"2026-01-24T10:46:56.000Z","dependencies_parsed_at":"2024-04-16T01:30:39.020Z","dependency_job_id":"a8a4211e-0ca4-4008-932e-e217a7bb10bb","html_url":"https://github.com/plaid/plaid-link-ios","commit_stats":{"total_commits":265,"total_committers":41,"mean_commits":6.463414634146342,"dds":0.5773584905660377,"last_synced_commit":"e0c37ef66c511a29023986c35d14c99506edacde"},"previous_names":[],"tags_count":148,"template":false,"template_full_name":null,"purl":"pkg:github/plaid/plaid-link-ios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plaid%2Fplaid-link-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plaid%2Fplaid-link-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plaid%2Fplaid-link-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plaid%2Fplaid-link-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plaid","download_url":"https://codeload.github.com/plaid/plaid-link-ios/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plaid%2Fplaid-link-ios/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30314410,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["plaid","plaid-ios","plaid-link"],"created_at":"2024-08-09T14:01:58.354Z","updated_at":"2026-03-09T22:03:48.040Z","avatar_url":"https://github.com/plaid.png","language":"Objective-C","funding_links":[],"categories":["Objective-C","Swift"],"sub_categories":[],"readme":"# Plaid Link for iOS\n[![SwiftPM](https://img.shields.io/badge/SPM-supported-DE5C43.svg?style=flat)](https://swift.org/package-manager/) \n[![version][link-sdk-version]][link-sdk-pod-url] \n[![swift compatibility][link-sdk-swift-compat]][link-sdk-spi-url]\n\n## Installing LinkKit\n\nLinkKit supports [Swift Package Manager](https://www.swift.org/package-manager/) and [CocoaPods](https://cocoapods.org/).\n\n### Swift Package Manager\n\nTo install Plaid Link using [Swift Package Manager](https://github.com/apple/swift-package-manager) you can follow the [tutorial published by Apple](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app) using the URL for this repository with the current version:\n\n1. In Xcode, select “File” → “Add Packages...”\n2. Enter `https://github.com/plaid/plaid-link-ios-spm.git`\n\nAlternatively, you can add the following dependency to your `Package.swift` file:\n\n```swift\n.package(url: \"https://github.com/plaid/plaid-link-ios-spm.git\", from: \"6.0.0\")\n```\n\n**Recommendation**: Use the [plaid-link-spm](https://github.com/plaid/plaid-link-ios-spm) repo instead of the main [plaid-link-ios](https://github.com/plaid/plaid-link-ios) repository. The main repository with full git history is very large (~1 GB), and Swift Package Manager always downloads the full repository with all git history. This [plaid-link-ios-spm](https://github.com/plaid/plaid-link-ios-spm) repository is much smaller (less than 500kb), making the download faster.\n\nThis [plaid-link-spm](https://github.com/plaid/plaid-link-ios-spm) repository just contains a pointer to the precompiled XCFramework included in the [latest plaid-link-ios release](https://github.com/plaid/plaid-link-ios/releases/latest) (typically ~20MB). Since [plaid-link-ios](https://github.com/plaid/plaid-link-ios) doesn't provide source code it's strongly recommended that users depend on [plaid-link-ios-spm](https://github.com/plaid/plaid-link-ios-spm) instead.\n\n**Validation**: When using plaid-link-ios-spm, the downloaded `LinkKit.xframework` isn't visible in the project navigator. To validate the authenticity of a plaid-link-ios-spm package, you can confirm that the `Package.swift` file references a binary XCFramework from https://github.com/plaid/plaid-link-ios/releases.\n\n### CocoaPods\n\n1. If you haven’t already, install the latest version of [CocoaPods](https://guides.cocoapods.org/using/getting-started.html).\n2. If you don’t have an existing Podfile, create one by running: `pod init`\n3. Add this line to your Podfile: `pod 'Plaid'`\n4. Install the pods by running: `pod install`\n5. To update to newer releases in the future, run: `pod install`\n\n## Contents\n\n📱 This repository contains multiple sample applications (requiring Xcode 14) that demonstrate integration and use of Plaid Link for iOS.\n* [Swift+UIKit](LinkDemo-Swift)\n* [Swift+SwiftUI](LinkDemo-SwiftUI)\n* [Objective-C](LinkDemo-ObjC)\n\n📚 Detailed instructions on how to integrate with Plaid Link for iOS can be found in our main documentation at [plaid.com/docs/link/ios][link-ios-docs]. \n\n5️⃣ If you're updating from version 4.x to 5.x please read our [migration guide](v5-migration-guide.md).\n\n:warning: All integrations must use version 4.1.0 (released January 2023) or higher to maintain support for Chase OAuth connections.\n\n### About the LinkDemo Xcode projects\n\nBefore building and running the sample application replace any Xcode placeholder strings (like `\u003c#GENERATED_LINK_TOKEN#\u003e`) in the code with the appropriate value so that Plaid Link is configured properly. For convenience the Xcode placeholder strings are also marked as compile-time warnings.\n\n## Plaid Link Integration Instructions\n\n### Steps to acquire a Link token\n\n- [Sign up for a Plaid account](https://dashboard.plaid.com/signup) to get an API key.\n- Make a request to [our API](https://plaid.com/docs/quickstart/#introduction) using your API key.\n\nBuild and run the demo application to experience the Link flow for yourself.\n\n[link-ios-docs]: https://plaid.com/docs/link/ios\n[link-sdk-version]: https://img.shields.io/cocoapods/v/Plaid\n[link-sdk-pod-url]: https://cocoapods.org/pods/Plaid\n[link-sdk-spi-url]: https://swiftpackageindex.com/plaid/plaid-link-ios\n[link-sdk-swift-compat]: https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fplaid%2Fplaid-link-ios%2Fbadge%3Ftype%3Dswift-versions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplaid%2Fplaid-link-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplaid%2Fplaid-link-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplaid%2Fplaid-link-ios/lists"}