Install the SDK
In Xcode, choose File > Add Package Dependencies, enter the repository URL, and select the latest tagged release available to your project.Podfile.
Create the client
Create oneOMSWallet when your app starts and keep it alive. The publishable key selects the OMS project and environment.
omsWallet.wallet for authenticated wallet operations and omsWallet.indexer for read-only balance and history queries.
Authenticate with email
Send an OTP, collect the code in your UI, and complete authentication. Automatic wallet selection is the default: the SDK activates the first matching wallet or creates one when needed.OMSWallet on a later app launch.