---
name: iOS SDK
slug: clerk-ios-sdk
type: github
source_url: https://github.com/clerk/clerk-ios
organization: Clerk
organization_slug: clerk
total_releases: 101
latest_version: 1.0.9
latest_date: 2026-04-09
last_updated: 2026-04-19
tracking_since: 2024-07-02
canonical: https://releases.sh/clerk/clerk-ios-sdk
organization_url: https://releases.sh/clerk
---

<Release version="1.0.9" date="April 9, 2026" published="2026-04-09T16:07:26.000Z" url="https://github.com/clerk/clerk-ios/releases/tag/1.0.9">
## What's Changed
* Refactor MFA SMS view to use selection + continue flow by @seanperez29 in https://github.com/clerk/clerk-ios/pull/390
* Add OIDC prompt support and OAuth scopes to user profile by @seanperez29 in https://github.com/clerk/clerk-ios/pull/389
* docs: fixed broken twitter link by @MarkOSullivan94 in https://github.com/clerk/clerk-ios/pull/391
* Sean/mobile 476 ios add immutable attributes support by @seanperez29 in https://github.com/clerk/clerk-ios/pull/394
* Add Enterprise SSO manual browser flow API by @seanperez29 in https://github.com/clerk/clerk-ios/pull/395
* Bump SDK version to 1.0.9 by @seanperez29 in https://github.com/clerk/clerk-ios/pull/396

## New Contributors
* @MarkOSullivan94 made their first contribution in https://github.com/clerk/clerk-ios/pull/391

**Full Changelog**: https://github.com/clerk/clerk-ios/compare/1.0.8...1.0.9
</Release>

<Release version="1.0.8" date="March 25, 2026" published="2026-03-25T17:41:05.000Z" url="https://github.com/clerk/clerk-ios/releases/tag/1.0.8">
## What's Changed
* Sean/event middleware revisit by @seanperez29 in https://github.com/clerk/clerk-ios/pull/386
* Sean/support custom user profile rows by @seanperez29 in https://github.com/clerk/clerk-ios/pull/382
* Remove unused device attestation code by @seanperez29 in https://github.com/clerk/clerk-ios/pull/387


**Full Changelog**: https://github.com/clerk/clerk-ios/compare/1.0.7...1.0.8
</Release>

<Release version="1.0.7" date="March 24, 2026" published="2026-03-24T16:03:58.000Z" url="https://github.com/clerk/clerk-ios/releases/tag/1.0.7">
## What's Changed
* Fix auth event middleware to try all response types by @seanperez29 in https://github.com/clerk/clerk-ios/pull/385


**Full Changelog**: https://github.com/clerk/clerk-ios/compare/1.0.6...1.0.7
</Release>

<Release version="1.0.6" date="March 23, 2026" published="2026-03-23T21:37:00.000Z" url="https://github.com/clerk/clerk-ios/releases/tag/1.0.6">
## What's Changed
* Keep Apple fix in signInWithApple by @mikepitre in https://github.com/clerk/clerk-ios/pull/374
* Mike/prevent stale local client state by @mikepitre in https://github.com/clerk/clerk-ios/pull/372
* Sean/mobile 451 ios mobile force password reset by @seanperez29 in https://github.com/clerk/clerk-ios/pull/378
* Make UserButton.PresentationContext internal by @seanperez29 in https://github.com/clerk/clerk-ios/pull/379
* Add ClerkKitUITests and split test targets by @seanperez29 in https://github.com/clerk/clerk-ios/pull/383
* Sean/mobile 464 ios add public api to clear pre filled email by @seanperez29 in https://github.com/clerk/clerk-ios/pull/381
* Fix simulator device selection for UI tests by @seanperez29 in https://github.com/clerk/clerk-ios/pull/384


**Full Changelog**: https://github.com/clerk/clerk-ios/compare/1.0.5...1.0.6
</Release>

<Release version="1.0.5" date="March 7, 2026" published="2026-03-07T01:59:58.000Z" url="https://github.com/clerk/clerk-ios/releases/tag/1.0.5">
## What's Changed
* fix docs release trigger by @mikepitre in https://github.com/clerk/clerk-ios/pull/366
* Add clerk.organizations entry point for organization operations by @seanperez29 in https://github.com/clerk/clerk-ios/pull/365
* pin swiftformat and swiftlint by @mikepitre in https://github.com/clerk/clerk-ios/pull/369
* Show OAuth provider name when social icon is unavailable by @mikepitre in https://github.com/clerk/clerk-ios/pull/368
* Replace SwiftUI expert skill with swiftui-pro by @mikepitre in https://github.com/clerk/clerk-ios/pull/370
* Handle disabled Apple name fields in auth by @mikepitre in https://github.com/clerk/clerk-ios/pull/373


**Full Changelog**: https://github.com/clerk/clerk-ios/compare/1.0.4...1.0.5
</Release>

<Release version="1.0.4" date="March 3, 2026" published="2026-03-03T17:07:25.000Z" url="https://github.com/clerk/clerk-ios/releases/tag/1.0.4">
## What's Changed
* Add LocalSecrets plist setup script by @mikepitre in https://github.com/clerk/clerk-ios/pull/358
* make make setup work with worktrees by @mikepitre in https://github.com/clerk/clerk-ios/pull/359
* Add make target for example publishable keys by @mikepitre in https://github.com/clerk/clerk-ios/pull/360
* Add set-example-pk make command by @mikepitre in https://github.com/clerk/clerk-ios/pull/361
* Sean/force mfa add phone improvements by @seanperez29 in https://github.com/clerk/clerk-ios/pull/362
* validate SignIn verifyCode strategy handling by @mikepitre in https://github.com/clerk/clerk-ios/pull/363
* Add User.createOrganization method by @seanperez29 in https://github.com/clerk/clerk-ios/pull/364


**Full Changelog**: https://github.com/clerk/clerk-ios/compare/1.0.3...1.0.4
</Release>

<Release version="1.0.3" date="February 24, 2026" published="2026-02-24T22:21:43.000Z" url="https://github.com/clerk/clerk-ios/releases/tag/1.0.3">
## What's Changed
* Sean/mobile 407 ios workstream for mobile force mfa by @seanperez29 in https://github.com/clerk/clerk-ios/pull/355


**Full Changelog**: https://github.com/clerk/clerk-ios/compare/1.0.2...1.0.3
</Release>

<Release version="1.0.2" date="February 22, 2026" published="2026-02-22T18:37:47.000Z" url="https://github.com/clerk/clerk-ios/releases/tag/1.0.2">
## What's Changed
* remove v from version by @mikepitre in https://github.com/clerk/clerk-ios/pull/346
* example app local pub key utility by @mikepitre in https://github.com/clerk/clerk-ios/pull/349
* MOBILE-412: Update Account screen labels based on feedback by @mikepitre in https://github.com/clerk/clerk-ios/pull/348
* Fix form encoding for nested metadata parameters by @seanperez29 in https://github.com/clerk/clerk-ios/pull/351
* Sean/multiple incompatible access level modifiers by @seanperez29 in https://github.com/clerk/clerk-ios/pull/353
* Use role_name for release workflow permission check by @seanperez29 in https://github.com/clerk/clerk-ios/pull/354


**Full Changelog**: https://github.com/clerk/clerk-ios/compare/1.0.1...1.0.2
</Release>

<Release version="1.0.1" date="February 18, 2026" published="2026-02-18T03:04:09.000Z" url="https://github.com/clerk/clerk-ios/releases/tag/1.0.1">
## What's Changed
* Update README.md by @seanperez29 in https://github.com/clerk/clerk-ios/pull/332
* add swift testing skill by @mikepitre in https://github.com/clerk/clerk-ios/pull/334
* fix(i18n): fix some obvious German localization issues by @hansemannn in https://github.com/clerk/clerk-ios/pull/340
* account deleted event by @mikepitre in https://github.com/clerk/clerk-ios/pull/336
* use mask for dark mode icons instead of separate urls by @mikepitre in https://github.com/clerk/clerk-ios/pull/339
* Add maintainer-only release workflow and shared checks by @mikepitre in https://github.com/clerk/clerk-ios/pull/341
* update release workflow by @mikepitre in https://github.com/clerk/clerk-ios/pull/343
* Add app icon override support for ClerkKitUI auth screens by @mikepitre in https://github.com/clerk/clerk-ios/pull/344
* Make signInWithPasskey one-shot and fix AuthTests CI by @mikepitre in https://github.com/clerk/clerk-ios/pull/345

## New Contributors
* @hansemannn made their first contribution in https://github.com/clerk/clerk-ios/pull/340

**Full Changelog**: https://github.com/clerk/clerk-ios/compare/1.0.0...1.0.1
</Release>

<Release version="1.0.0" date="February 10, 2026" published="2026-02-10T20:43:07.000Z" url="https://github.com/clerk/clerk-ios/releases/tag/1.0.0">
## What's Changed
* add github pages docs action by @mikepitre in https://github.com/clerk/clerk-ios/pull/313
* Mike/docs action 2 by @mikepitre in https://github.com/clerk/clerk-ios/pull/314
* Mike/docs action 2 by @mikepitre in https://github.com/clerk/clerk-ios/pull/315
* use macos latest by @mikepitre in https://github.com/clerk/clerk-ios/pull/316
* Mike/clerk v1 by @mikepitre in https://github.com/clerk/clerk-ios/pull/330
* fix timer deinit by @mikepitre in https://github.com/clerk/clerk-ios/pull/331


**Full Changelog**: https://github.com/clerk/clerk-ios/compare/0.71.4...1.0.0
</Release>

<Release version="0.71.4" date="December 18, 2025" published="2025-12-18T17:04:55.000Z" url="https://github.com/clerk/clerk-ios/releases/tag/0.71.4">
## What's Changed
* Add vercel as oauth provider by @swolfand in https://github.com/clerk/clerk-ios/pull/303
* feat: Client Trust by @tmilewski in https://github.com/clerk/clerk-ios/pull/304
* add bundle to text views by @mikepitre in https://github.com/clerk/clerk-ios/pull/306

## New Contributors
* @swolfand made their first contribution in https://github.com/clerk/clerk-ios/pull/303

**Full Changelog**: https://github.com/clerk/clerk-ios/compare/0.71.3...0.71.4
</Release>

<Release version="0.71.3" date="December 9, 2025" published="2025-12-09T14:13:51.000Z" url="https://github.com/clerk/clerk-ios/releases/tag/0.71.3">
## What's Changed
* fix typo by @clerknikki in https://github.com/clerk/clerk-ios/pull/301

## New Contributors
* @clerknikki made their first contribution in https://github.com/clerk/clerk-ios/pull/301

**Full Changelog**: https://github.com/clerk/clerk-ios/compare/0.71.2...0.71.3
</Release>

<Release version="0.71.2" date="November 25, 2025" published="2025-11-25T00:47:41.000Z" url="https://github.com/clerk/clerk-ios/releases/tag/0.71.2">
## What's Changed
* remove commerce settings from env by @mikepitre in https://github.com/clerk/clerk-ios/pull/296


**Full Changelog**: https://github.com/clerk/clerk-ios/compare/0.71.1...0.71.2
</Release>

<Release version="0.71.1" date="November 22, 2025" published="2025-11-22T17:23:08.000Z" url="https://github.com/clerk/clerk-ios/releases/tag/0.71.1">
## What's Changed
* Update ios sdk api version by @mikepitre in https://github.com/clerk/clerk-ios/pull/289
* Add SafariView and LegalConsentView components; update SignUpComplete… by @mikepitre in https://github.com/clerk/clerk-ios/pull/293
* localizeable fix by @mikepitre in https://github.com/clerk/clerk-ios/pull/294


**Full Changelog**: https://github.com/clerk/clerk-ios/compare/0.71.0...0.71.1
</Release>

<Release version="0.71.0" date="November 10, 2025" published="2025-11-10T19:07:00.000Z" url="https://github.com/clerk/clerk-ios/releases/tag/0.71.0">
## What's Changed
* support email code as 2fa by @mikepitre in https://github.com/clerk/clerk-ios/pull/286
* remove swift algorithms by @mikepitre in https://github.com/clerk/clerk-ios/pull/287


**Full Changelog**: https://github.com/clerk/clerk-ios/compare/0.70.1...0.71.0
</Release>

<Release version="0.70.1" date="November 7, 2025" published="2025-11-07T16:21:30.000Z" url="https://github.com/clerk/clerk-ios/releases/tag/0.70.1">
## What's Changed
* set quickstart app to run on mac using catalyst by @mikepitre in https://github.com/clerk/clerk-ios/pull/280
* display social verification errors by @mikepitre in https://github.com/clerk/clerk-ios/pull/282
* move verification error handling to reusable function by @mikepitre in https://github.com/clerk/clerk-ios/pull/283


**Full Changelog**: https://github.com/clerk/clerk-ios/compare/0.70.0...0.70.1
</Release>

<Release version="0.70.0" date="November 2, 2025" published="2025-11-02T16:29:41.000Z" url="https://github.com/clerk/clerk-ios/releases/tag/0.70.0">
## What's Changed
* Hide continue button for social sign-in only by @mikepitre in https://github.com/clerk/clerk-ios/pull/278


**Full Changelog**: https://github.com/clerk/clerk-ios/compare/0.69.3...0.70.0
</Release>

<Release version="0.69.3" date="October 28, 2025" published="2025-10-28T19:49:27.000Z" url="https://github.com/clerk/clerk-ios/releases/tag/0.69.3">
## What's Changed
* feat: Implement Sign In with Apple enhancements  by @mikepitre in https://github.com/clerk/clerk-ios/pull/276


**Full Changelog**: https://github.com/clerk/clerk-ios/compare/0.69.2...0.69.3
</Release>

<Release version="0.69.2" date="October 23, 2025" published="2025-10-23T16:20:00.000Z" url="https://github.com/clerk/clerk-ios/releases/tag/0.69.2">
## What's Changed
* feat: Add locale to Sign In by @tmilewski in https://github.com/clerk/clerk-ios/pull/275

## New Contributors
* @tmilewski made their first contribution in https://github.com/clerk/clerk-ios/pull/275

**Full Changelog**: https://github.com/clerk/clerk-ios/compare/0.69.1...0.69.2
</Release>

<Release version="0.69.1" date="October 20, 2025" published="2025-10-20T14:28:09.000Z" url="https://github.com/clerk/clerk-ios/releases/tag/0.69.1">
## What's Changed
* Enhance UserProfileView to conditionally display username based on fu… by @mikepitre in https://github.com/clerk/clerk-ios/pull/274


**Full Changelog**: https://github.com/clerk/clerk-ios/compare/0.69.0...0.69.1
</Release>

<Pagination page="1" total-pages="6" total-items="101" next="https://releases.sh/clerk/clerk-ios-sdk.md?page=2" />
