Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | Deprecated with no replacement |
Declaration | Availability | Deprecation Message | |
---|---|---|---|
From | @property (nonatomic, readonly, retain, nullable) NSString *carrierName | Available | none |
To | @property (nonatomic, readonly, retain, nullable) NSString *carrierName | Deprecated | Deprecated; returns '--' at some point in the future |
Declaration | Availability | Deprecation Message | |
---|---|---|---|
From | @property (nonatomic, readonly, retain, nullable) NSString *mobileCountryCode | Available | none |
To | @property (nonatomic, readonly, retain, nullable) NSString *mobileCountryCode | Deprecated | Deprecated; returns '65535' at some point in the future |
Declaration | Availability | Deprecation Message | |
---|---|---|---|
From | @property (nonatomic, readonly, retain, nullable) NSString *mobileNetworkCode | Available | none |
To | @property (nonatomic, readonly, retain, nullable) NSString *mobileNetworkCode | Deprecated | Deprecated; returns '65535' at some point in the future |
Declaration | Availability | Deprecation Message | |
---|---|---|---|
From | @property (nonatomic, readonly, retain, nullable) NSString *isoCountryCode | Available | none |
To | @property (nonatomic, readonly, retain, nullable) NSString *isoCountryCode | Deprecated | Deprecated; returns '--' at some point in the future |
Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | Deprecated; returns YES at some point in the future |