Posts

Post not yet marked as solved
0 Replies
687 Views
Does AppClips support the CoreTelephony framework? More specifically CTCellularPlanProvisioning().supportsCellularPlan() ?
Posted
by vinuean.
Last updated
.
Post not yet marked as solved
1 Replies
565 Views
Using CTTelephonyNetworkInfo to obtain a device's physical SIM status with serviceSubscriberCellularProviders is returning a CTCarrier with the correct carrier name and allowVOIP but return nil for it's Mobile and ISO Country codes. The SIM has voice/data availability but the API still reports nil values. Force closing the app seems to allow the values to get reset. Any thoughts behind this intermittent behavior?
Posted
by vinuean.
Last updated
.
Post not yet marked as solved
0 Replies
423 Views
eSIM Access Entitlements were obtained. I'm clear on checking if a device is compatible and provisioning a profile through RSP. However, we'd like to reduce the friction a customer goes through when obtaining an ESIM. There are use cases such as: Checking if a profile previously was downloaded/provisioned Manage existing profiles Transfer a profile to a new device I've read through the 'Provisioning an eSIM' Apple documents but do not see additional methods or APIs that expose this information. Lastly, UIDevice class does not expose a property to obtain the device's model number. Is this private on purpose or is there another way to obtain this programmatically?
Posted
by vinuean.
Last updated
.