Track Frame Rate Issues in iOS
Automatic Detection: This feature is automatically activated in debug builds.
Type: 24 | Severity: Minor (see severity)
Appxiom provides built-in tracking and reporting for slow or janky frames in your iOS application. If a frame takes more than 16ms to render, it is categorized as a slow/jank frame. Monitoring frame rate issues helps you identify and resolve performance bottlenecks, ensuring a smoother user experience.
With basic integration, Appxiom will automatically track and report slow frames in the debug flavour of your app. No additional configuration is required for debug builds.
Frequently Asked Questions (FAQ)
Q: What is considered a slow or jank frame?
A: Any frame that takes more than 16ms to render is categorized as a slow or jank frame by Appxiom.
Q: Where are slow/jank frame issues reported?
A: All detected frame rate issues are reported in debug flavour of the framework to the Appxiom dashboard for further analysis.
Q: Is frame rate tracking enabled by default?
A: Slow frame rate tracking is enabled by default only in the debug flavour.
Q: Can I have multiple AX keys in Info.plist?
A: No, only one AX key should exist in your Info.plist to prevent configuration issues.