开发者

How to keep track of the number of iPhone app users?

Is there a way to find out how many users are using a specific iPhone app. I just want to check the numbers of people using my app.

T开发者_JAVA技巧hanks


Take a look at Flurry Analytics. It will let you track users as well as track individual function calls inside your application. You can see how people use your program as well as the number of users and their region of the world.

It knows how to hold information back and send it only when the device is connected to a network as well.

You'll have to rebuild and release and updated version of your App to include any of the analytical tools of course.

-t


You'd have to have a web server back end that keeps track of that.

However, this may not be accurate as you want to make sure that (provided your game is an offline game) the game is still playable even though it may not be able to communicate with your backend system.


There is a number of analytics tools available. Google analytics as an example.
Look at similar question


You can also view the number of people who update the software on iTunes Connect. This can give you a rough estimate of the people who are still interested in your software.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜