Version: v2024-08-13 | Includes use: Yes |
---|
Behavior name: Mobile App Performance SDK
The Mobile Application Performance software development kit allows you to optimize native iOS and Android apps, effectively extending Akamai's intelligent edge platform's advantages to mobile devices operation in poor network conditions. This behavior enables the SDK's features for this set of requests.
Default behavior
These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.
data "akamai_property_rules_builder" "mobile_sdk_performance" {
rules_v2025_02_18 {
name = "Mobile App Performance SDK"
comments = ""
behavior {
mobile_sdk_performance {
enabled = true
secondary_multipath_to_origin = false
}
}
}
}
"behaviors": [
{
"name": "mobileSdkPerformance",
"options": {
"enabled": true,
"secondaryMultipathToOrigin": false
}
}
]
Options
Option | Description |
---|---|
enabled |
Enables the Mobile App Performance SDK.
|
secondary_multipath_to_origin |
When enabled, sends secondary multi-path requests to the origin server.
|