3.7 KiB
3.7 KiB
iOS
iOS Attributes
This group describes iOS-specific attributes.
| Attribute | Type | Description | Examples | Stability |
|---|---|---|---|---|
ios.app.state |
string | This attribute represents the state of the application. [1] | active; inactive; background |
[1] ios.app.state: The iOS lifecycle states are defined in the UIApplicationDelegate documentation, and from which the OS terminology column values are derived.
ios.app.state has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.
Deprecated iOS Attributes
The iOS platform on which the iOS application is running.
| Attribute | Type | Description | Examples | Stability |
|---|---|---|---|---|
ios.state |
string | Deprecated. use the ios.app.state instead. [2] |
active; inactive; background |
Renamed to ios.app.state |
[2] ios.state: The iOS lifecycle states are defined in the UIApplicationDelegate documentation, and from which the OS terminology column values are derived.
ios.state has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.