eSIM Integration - CarrierDescriptors - MCC - MNC

Hi to everyone, I'm trying to implement on my app the process to install eSIMs directly from my app. We have been authorized by Apple to use the CoreTelephony framework, and I've already implemented the functions but I need to compile first the the CarrierDescriptors Key in the info.plist file.

<key>CarrierDescriptors</key> <array>

     &lt;dict>

     &lt;key>MCC&lt;&#x2F;key>

         &lt;string>’mnc value’&lt;&#x2F;string>

     &lt;key>MNC&lt;&#x2F;key>

         &lt;string>’mnc value’&lt;&#x2F;string>

     &lt;&#x2F;dict>

&lt;&#x2F;array>

Now the point is, that we are just a reseller of eSIMs, so we are not the real carrier, and so we don't have our MCC or MNC values. So what could or should we write there? Our providers should give us those data based on the carriers who provides them the eSIMs? Thanks a lot for any help or advice!

Replies

We have been authorized by Apple to use the CoreTelephony framework

I recommend that you escalate this question via your carrier contact at Apple.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"