Step-by-step guide for integrating the Para Swift SDK into your iOS application
Add the Para Swift SDK Package
https://github.com/getpara/swift-sdk
2.0.0-alpha
Configure Associated Domains for Passkeys
appScheme
parameter and enables OAuth authentication flows.
Add URL Scheme in Xcode
paraswift
, yourapp
)appScheme
parameter must match the URL scheme you configured in your Info.plist. This enables deep linking for external wallet integrations like MetaMask and OAuth authentication flows.BETA
Environment, you can use any email ending in @test.getpara.com
(like
dev@test.getpara.com) or US phone numbers (+1) in the format (area code)-555-xxxx
(like (425)-555-1234). Any OTP
code will work for verification with these test credentials. These credentials are for beta testing only. You can
delete test users anytime in the beta developer console to free up user slots.Handle Email/Phone Submission
Handle OTP Verification