Zfinix / carrier_info

📱 Carrier Info gets networkType, networkGeneration, mobileCountryCode, mobileCountryCode, e.t.c from both android and iOS devices.
MIT License
34 stars 48 forks source link

Carrier Name and current Carrier Type is not accurate in iOS 16.5 #36

Open nvalakunde opened 1 year ago

nvalakunde commented 1 year ago

Carrier Name is comming -- and carrier type is coming as list [LTE,NR] or [LTE, NR NSA] unable to decide which one is correct and current carrier type

ristiisa commented 1 year ago

@nvalakunde were you able to solve the issue?

nvalakunde commented 1 year ago

Hello @ristiisa I am not able to solve the issue but applied one work around like If list contains NR or NR NSA means sim card is latched with 5G network Otherwise List contains LTE means sim card is latched with 4G network

nvalakunde commented 1 year ago

Hello @ristiisa I am not able to solve the issue but applied one work around like If list contains NR or NR NSA means sim card is latched with 5G network Otherwise List contains LTE means sim card is latched with 4G network

This workaround works in debug mode but when APP runs in production mode problem continues