Skip to content

Instantly share code, notes, and snippets.

@dannycabrera
Created September 27, 2013 15:36
Show Gist options
  • Save dannycabrera/6730575 to your computer and use it in GitHub Desktop.
Save dannycabrera/6730575 to your computer and use it in GitHub Desktop.
Xamarin.iOS Get Carrier Name
static string GetCarrierName () { using (var info = new CTTelephonyNetworkInfo ()) { return info.SubscriberCellularProvider.CarrierName; } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment