You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letbody=["subscriber":["email":"...","first_name":"...","last_name":"...","country_of_residence":"GB"],"device":["operating_system":"ios"],"tenant":"...","externalID":"...","activation_token":"..."]letresult:BRInstallEsimResult=tryawait manager.generateESimAndDownload(body: body)
/**
Result status can be 4 different values
- .unknwon -> user probably cancelled or something went wrong
- .fail -> installation failed
- .success -> installation succeeded (you should check result.iccid)
- .cancel -> user cancelled the installation (ios 17 or more)
*/