apache / cordova-plugin-network-information

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

Adding cell type to iOS7 and greater #36

Closed edparsons closed 8 years ago

edparsons commented 8 years ago

Using CoreTelephony and currentRadioAccessTechnology, this add the ability to iOS developer to see the radio type (2g,3g,4g) so they can use it in both android and iOS applications.

https://issues.apache.org/jira/browse/CB-10267

purplecabbage commented 8 years ago

lgtm!

edparsons commented 8 years ago

Great, ok Jesse what are the next steps to getting this merged in?