Right now I have a call to the new iOS12 Api's subscriberCellularProviderDidUpdateNotifier, which states it should get called when a user changes a sim card.
Does this only occur when a physical sim is changed?
Is there anyway to get the eSim information or get information about the Cellular data plan that is currently active?
I check for phone carrier name, and subscriberCellularProvider but all of these methods just return the physical sim information.
Thanks in advance for any help!