CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Jun 2017 |
Maintained by Pauli Jokela.
DDCarrier is a simple, universal Objective-C iOS library for quickly getting the current carrier name.
DDCarrier is part of the DD-projects (check them out, they're cool!):
More DD-projects are under development and will be added once completed.
// Get the device type as a string (eg. "Verizon" or "N/A" when not found)
[DDCarrier carrierName];
To run the example project, simply open up DDCarrierDemo.xcodeproj
and hit Build & Run.
Simply copy DDCarrier.h
and DDCarrier.m
to your project, add CoreTelephony
to your project and import DDCarrier.h like so:
#import "DDCarrier.h"
Using the CocoaPod installation method is recommended over the manual installation, as this way your copy of DDCarrier is always up to date.
Pauli 'Dids' Jokela, [email protected] and Didstopia, http://didstopia.com
DDCarrier is available under the MIT license. See the LICENSE file for more info.