Install eSIM
Direct Installation
let profile = <use activateInventory method>
Gigastore.installProfile(profile: profile,
completion: { (profile, error) in
print("profile: \(profile)")
print("error: \(error)")
})QR Code Installation
Last updated
Was this helpful?