I need to check, is esim
installed in iphone
.
Using react-native
for creating app. Found react-native-carrier-info
which uses CTTelephonyNetworkInfo
and CTCarrier
Can CTTelephonyNetworkInfo
and CTCarrier
show if esim
installed or some info about this to make such conclusion?
On simulator I could not see any info
Read coretelephony But I am not sure, is there native api for this task or which api can help me to make such conclusion