Is their any app vitals information or any standard values for iOS app to compare with, which is accepted and followed by developers.
Currently i am using Xcode instrument to detect memory leakage, app thread uses, core animation , rendering UI etc
But like in Google Play Store consoles which gives us the following metrics.
- Battery
- Excessive wakeups
- Stability
- Rendering
- Frozen Frames
- etc
Is their any standard values for iOS app also, if so kindly suggest were to look and update my app accordingly
Thanks