Skip to content

chore(ios): bump FronteggSwift to 1.3.14 - #112

Merged
dianaKhortiuk-frontegg merged 1 commit into
masterfrom
chore/bump-ios-1.3.14
Jul 30, 2026
Merged

chore(ios): bump FronteggSwift to 1.3.14#112
dianaKhortiuk-frontegg merged 1 commit into
masterfrom
chore/bump-ios-1.3.14

Conversation

@dianaKhortiuk-frontegg

@dianaKhortiuk-frontegg dianaKhortiuk-frontegg commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator
  • Updated native SDK to frontegg-ios-swift 1.3.14 (Android unchanged at 1.3.36, already latest)
  • iOS: a failed or cancelled passkey sign-in no longer leaves the embedded login box hanging — error messages containing a quote, backslash or newline previously broke the JavaScript the bridge injected to reject the credential request, so the login page's promise never settled (FR-26113)
  • iOS: new opt-in App-Link (https) OAuth redirect — set useAssetLinks in Frontegg.plist to route the callback through https://{your-frontegg-domain}/oauth/account/redirect/ios/{bundleId} instead of the custom URL scheme, matching Android's useAssetsLinks. Off by default, and requires iOS 17.4+ — older versions fall back to the custom-scheme callback. Readable from JS via getConstants() (FR-26224)

All three iOS integration paths are bumped together so they cannot drift: the spm_dependency pin in FronteggRN.podspec, the ios/Package.swift reference manifest, and PACKAGE_VERSION in the ios/frontegg_spm.rb fallback. Version-pin change only — no source changes.

Picks up the embedded passkey reject-path fix (FR-26113): a failed or
cancelled passkey sign-in could leave the login box hanging because error
messages containing a quote, backslash or newline broke the JavaScript the
bridge injected to reject the credential request.

Updates all three iOS integration paths so they stay in sync — the podspec
spm_dependency pin, the Package.swift reference manifest, and the
frontegg_spm.rb fallback. Android SDK pin unchanged (1.3.36, already latest).
@dianaKhortiuk-frontegg
dianaKhortiuk-frontegg merged commit 0f2d487 into master Jul 30, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant