This guide will walk you through how to create a backup of a Portal client’s wallet.
portalhq.io
as a web credential domain in your app.webcredential
field set properly for your app in your aasa file.
Resources from apple:
portalhq.io
as your relying party domain. It requires you to add portalhq.io
as an Associated Domain in your iOS application and share your team id + application bundle id. If you already have your domain as a webcredential
for your application then you can simply pass in your domain as the relying party and everything should work.
iCloud
action handling:
setGDriveConfiguration
function parameters:
GDriveBackupOption
enum that specifies the backup storage type:
appDataFolder
: Stores backups in the hidden, app-specific “App Data Folder” in Google Drive. This folder is not visible to the user.appDataFolderWithFallback
: Attempts to store backups and recover using the “App Data Folder”. If recover fails, it automatically falls back to a user-visible Google Drive.gdriveFolder(folderName: String)
: Stores backups in a user-visible folder in Google Drive with the specified folderName
.setGDriveView
function parameters:
UIViewController
instance that will be used to present Google Drive UI components.GoogleDrive
action handling: