-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] Add Plan issue, setupEsim returns immediately as soon as LPA UI is launched #81
Comments
I am encountering the same issue on Android (S24+). My try/catch returns the following error:
Note my UI also prompts for a confirmation code (pin) as the eSIM requires this. |
Did you find a solution for this, @zensimau? I found one for the LPA on iOS and just created a PR for it. However, we now have the same issue on Android, but not on every device. The issue is similar: launching the setup, the permissions pop-up appears, I authorize it, then I get "EMBEDDED_SUBSCRIPTION_RESULT_RESOLVABLE_ERROR - Can't setup eSim due to Activity error null." Despite this error, the setup continues in the background and the eSIM is installed. |
Hey @Neeal20, I did not find a solution for IOS we ended up implementing the IOS dynamic link which works for IOS version 17.4 and above where you can just use a dynamic URL and if the user clicks on it, the eSIM will be installed ie. |
Hello,
We're encountering a problem with eSIM installation on iOS. When invoking SimCardManager.setupEsim(config), the promise resolves immediately as the LPA (Local Profile Assistant) UI initiates, specifically when it prompts the user for authorization to install the eSIM.
Consequently, we receive an "unknown error" result every time, regardless of whether the installation succeeds or not, because the promise returns before the actual installation outcome is determined.
Has anyone found a solution to this issue?
Thank you in advance.
The text was updated successfully, but these errors were encountered: