0

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

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
Abdul Karim
  • 4,359
  • 1
  • 40
  • 55

1 Answers1

2

Apple's developer website contains many articles covering various performance topics. In particular their Energy Efficiency Guide seems to parallel Google Play Store's metrics.

You can find their articles by searching in the Apple Developer Center for 'performance'.

enter image description here

Mrwerdo
  • 388
  • 2
  • 7