I am working on an Android application that will install the eSIM directly through our app. like provisioning the eSIM profile without going to the wizard cellular settings.
So, I read all the documentation in google docs for a section of esim provisioning through a carrier app (my app), but I don't know how to work and apply the access rule file (ARF) that will grants the permission to my app to use the EuiccManager class, and this method is always returns false hasCarrierPrivileges
, I have the LPA and others information related to eSIM profile?!
Any help or guide or sample?