apache / cordova-plugin-network-information

Apache Cordova Network Information Plugin
https://cordova.apache.org/
Apache License 2.0
464 stars 321 forks source link

(iOS) Check 5G network in iOS platform #159

Open nagibazad opened 1 year ago

nagibazad commented 1 year ago

Platforms affected

iOS

Motivation and Context

Currently we cannot check if it is 5G network. This PR will help to check 5G network. It partially fix 5G detection issue. https://github.com/apache/cordova-plugin-network-information/issues/125

Description

I have added the code that detects 5G using CTTelephonyNetworkInfo.

Checklist