What KPI(Key Performance Indicators) should we keep in mind while testing a mobile app or what can be the KPIs for a successful mobile app?
Asked
Active
Viewed 1,543 times
2
-
Any programming language. My question is what specific indicators show your app's high performance. – Manisha Awasthi Jan 22 '13 at 15:28
2 Answers
2
KPIs for Apps on mobile devices:
- Application time running without connection to permanent power (battery) (App + device + OS)
- Frequency of connections to server (every 5, 10, 30 minutes)
- Num bytes needeed for App data packet to server.
- storage capacity for app data
- logging capacity before roll over
- time intervall app can fully work whitout connection to server
Unclear if these are KPIs:
- remote updateable (full update, difference update)
- capable to migrate app data persisted with old app version to new one.
- encryption of app data.

AlexWien
- 28,470
- 6
- 53
- 83
0
KPI's to measure Success of Mobile App
- Downloads
- Active Users - monthly and daily
- Revenue per User
- Acquisition Cost
- Retention Rate
- User Experience - App Launch time/ Social Shares / Pages visited
- Session Time

Poojan
- 1
- 1