New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 727070 link

Starred by 4 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 2
Type: Feature



Sign in to add a comment

Network type on iOS is only 3G or Wifi

Project Member Reported by jasonkliu@chromium.org, May 28 2017

Issue description

Question to net triage team: "Does this affect the app in any way?"
Cc: droger@chromium.org

Comment 3 by mmenke@chromium.org, May 30 2017

Components: -Internals>Network Internals>Network>Connectivity
Cc: jkarlin@chromium.org kapishnikov@chromium.org
Labels: -Type-Bug Type-Feature
Any ideas for APIs that provide more info?

Perhaps we can do something like the stackoverflow solution:

CTTelephonyNetworkInfo *telephonyInfo = [CTTelephonyNetworkInfo new];
if ([telephonyInfo.currentRadioAccessTechnology isEqualToString:CTRadioAccessTechnologyLTE]) {
    return CONNECTION_4G;

We should probably convert the currentRadioAccessTechnology into the correct NetworkChangeNotifier::ConnectionSubType.
Owner: justincohen@chromium.org
Status: Assigned (was: Untriaged)
Owner: kapishnikov@chromium.org
Owner: ----
Status: Untriaged (was: Assigned)
Status: Available (was: Untriaged)

Sign in to add a comment