{"id":28828968,"url":"https://github.com/forcedotcom/salesforcemobilesdk-ios","last_synced_at":"2026-01-30T02:11:01.649Z","repository":{"id":37892130,"uuid":"2338086","full_name":"forcedotcom/SalesforceMobileSDK-iOS","owner":"forcedotcom","description":"iOS SDK for Salesforce","archived":false,"fork":false,"pushed_at":"2025-06-13T18:56:44.000Z","size":875031,"stargazers_count":550,"open_issues_count":11,"forks_count":431,"subscribers_count":86,"default_branch":"dev","last_synced_at":"2025-06-19T05:11:43.696Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/forcedotcom.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2011-09-06T23:13:57.000Z","updated_at":"2025-06-13T18:56:50.000Z","dependencies_parsed_at":"2024-04-24T14:40:58.203Z","dependency_job_id":"e60d983d-f01a-42ef-8112-20a9aedd93d0","html_url":"https://github.com/forcedotcom/SalesforceMobileSDK-iOS","commit_stats":{"total_commits":6973,"total_committers":132,"mean_commits":52.82575757575758,"dds":0.7508963143553707,"last_synced_commit":"664d49497bcd6d02282a6c6d4fc853640c8981ac"},"previous_names":[],"tags_count":133,"template":false,"template_full_name":null,"purl":"pkg:github/forcedotcom/SalesforceMobileSDK-iOS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2FSalesforceMobileSDK-iOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2FSalesforceMobileSDK-iOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2FSalesforceMobileSDK-iOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2FSalesforceMobileSDK-iOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/forcedotcom","download_url":"https://codeload.github.com/forcedotcom/SalesforceMobileSDK-iOS/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2FSalesforceMobileSDK-iOS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260690928,"owners_count":23047104,"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":[],"created_at":"2025-06-19T05:11:08.095Z","updated_at":"2026-01-30T02:11:01.645Z","avatar_url":"https://github.com/forcedotcom.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Salesforce.com Mobile SDK for iOS\n[![Tests](https://github.com/forcedotcom/SalesforceMobileSDK-iOS/actions/workflows/nightly.yaml/badge.svg)](https://github.com/forcedotcom/SalesforceMobileSDK-iOS/actions/workflows/nightly.yaml)\n[![Known Vulnerabilities](https://snyk.io/test/github/forcedotcom/SalesforceMobileSDK-iOS/badge.svg)](https://snyk.io/test/github/forcedotcom/SalesforceMobileSDK-iOS)\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/forcedotcom/SalesforceMobileSDK-iOS?sort=semver)\n\n\nYou have arrived at the source repository for the Salesforce Mobile SDK for iOS.  Welcome!  There are two ways you can choose to work with the Mobile SDK:\n\n- If you'd like to work with the source code of the SDK itself, you've come to the right place!  You can browse sample app source code and debug down through the layers to get a feel for how everything works under the covers.  Read on for instructions on how to get started with the SDK in your development environment.\n- If you're just eager to start developing your own new application, the quickest way is to use our npm distribution package, called [forceios](https://npmjs.org/package/forceios), which is hosted on [npmjs.org](https://npmjs.org/).  Getting started is as simple as installing the npm package and launching your template app.  You'll find more details on the forceios package page.\n\nInstallation (do this first - really)\n==\nWorking with this repository requires working with git.  Any workflow that leaves you with a functioning git clone of this repository should set you up for success.  Downloading the ZIP file from GitHub, on the other hand, is likely to put you at a dead end.\n\n## Setting up the repo\nFirst, clone the repo:\n\n- Open the Terminal App\n- `cd` to the parent directory where the repo directory will live\n- `git clone https://github.com/forcedotcom/SalesforceMobileSDK-iOS.git`\n\nAfter cloning the repo:\n\n- `cd SalesforceMobileSDK-iOS`\n- `./install.sh`\n\nThis script pulls the submodule dependencies from GitHub, to finalize setup of the workspace.  You can then work with the Mobile SDK by opening `SalesforceMobileSDK.xcworkspace` from Xcode.\n\nThe Salesforce Mobile SDK for iOS requires iOS 17.0 or greater.  The install.sh script checks for this, and aborts if the configured SDK version is incorrect.\n\nIntroduction\n==\n\n### What's New in 13.2.0\nSee [release notes](https://github.com/forcedotcom/SalesforceMobileSDK-iOS/releases).\n\n### Native Applications\nThe Salesforce Mobile SDK provides the essential libraries for quickly building native mobile apps that interact with the Salesforce cloud platform. The OAuth2 library abstracts away the complexity of securely storing the refresh token or fetching a new session ID when it expires. The SDK also provides wrappers for the Salesforce REST API that you can use from both Swift and Objective-C.\n\nDocumentation\n==\n\n* [SalesforceSDKCommon Library Reference](http://forcedotcom.github.io/SalesforceMobileSDK-iOS/Documentation/SalesforceSDKCommon/html/index.html)\n* [SalesforceAnalytics Library Reference](http://forcedotcom.github.io/SalesforceMobileSDK-iOS/Documentation/SalesforceAnalytics/html/index.html)\n* [SalesforceSDKCore Library Reference](http://forcedotcom.github.io/SalesforceMobileSDK-iOS/Documentation/SalesforceSDKCore/html/index.html)\n* [SmartStore Library Reference](http://forcedotcom.github.io/SalesforceMobileSDK-iOS/Documentation/SmartStore/html/index.html)\n* [MobileSync Library Reference](http://forcedotcom.github.io/SalesforceMobileSDK-iOS/Documentation/MobileSync/html/index.html)\n* Salesforce Mobile SDK Development Guide -- [HTML](https://developer.salesforce.com/docs/atlas.en-us.mobile_sdk.meta/mobile_sdk/preface_intro.htm)\n* [Mobile SDK Trail](https://trailhead.salesforce.com/en/content/learn/trails/start-ios-appdev)\n\nDiscussion\n==\n\nIf you would like to make suggestions, have questions, or encounter any issues, we'd love to hear from you. Post any feedback you have on the [Mobile SDK Trailblazer Community](https://trailhead.salesforce.com/en/trailblazer-community/groups/0F94S000000kH0HSAU?tab=discussion\u0026sort=LAST_MODIFIED_DATE_DESC).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforcedotcom%2Fsalesforcemobilesdk-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforcedotcom%2Fsalesforcemobilesdk-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforcedotcom%2Fsalesforcemobilesdk-ios/lists"}