NMAppInfo Class Reference
| Inherits from | NSObject |
| Declared in | NMAppInfo.h NMAppInfo.m |
Tasks
-
+ iOSVersioniOS system version of device
-
+ connectionTypeInternet connection type. – Cellular – Wifi – No connection
-
+ deviceIPAddressInternal IP address of the device
-
+ appVersionApplication’s version string
-
+ operatorNameApplication’s version string
-
+ deviceModelModel string of the device
Class Methods
appVersion
Application’s version string
+ (NSString *)appVersionDiscussion
Application’s version string
Declared In
NMAppInfo.hconnectionType
Internet connection type. – Cellular – Wifi – No connection
+ (NSString *)connectionTypeDiscussion
Internet connection type. – Cellular – Wifi – No connection
Declared In
NMAppInfo.hdeviceIPAddress
Internal IP address of the device
+ (NSString *)deviceIPAddressDiscussion
Internal IP address of the device
Declared In
NMAppInfo.hdeviceModel
Model string of the device
+ (NSString *)deviceModelDiscussion
Model string of the device
Declared In
NMAppInfo.h