Solutions for common issues with the Para Swift SDK integration
Clean Build Folder
Update Dependencies
pod update
in your terminal.Verify SDK Version
Check Configuration
Passkey Generation Failure
ParaError.bridgeError
or system authentication errorsBiometric Authentication Failure
NSFaceIDUsageDescription
for Face IDUser Cancellation
ASAuthorizationError.canceled
or similar system errorsEmail/Phone Verification Failure
Invalid Transaction Format
ParaError.bridgeError
or ParaError.error
Signer Errors
ParaSolanaSignerError
for Solana operationsGas Estimation Issues
Connection Problems
ParaError.bridgeError
or ParaError.bridgeTimeoutError
Timeout Issues
ParaError.bridgeTimeoutError
MetaMask Connection Issues
MetaMaskError
or ParaError.bridgeError
External Wallet Login Failure
Deep Link Failures
Info.plist
Enable Debug Mode
Network Debugging
Xcode Debugging
Para SDK initialization fails
appScheme
parameterPasskey operations fail or throw errors
AuthorizationController
is properly configuredASAuthorizationError.canceled
when users cancel the biometric promptAuthentication fails or API requests are rejected
beta
or prod
) that matches your API keyDeep linking not working
onOpenURL
modifier is properly implementedappScheme
parameter matches your URL scheme exactly