0

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.

Thanks

4

4 に答える 4

2

Flurry Analytics をご覧ください。これにより、ユーザーを追跡したり、アプリケーション内の個々の関数呼び出しを追跡したりできます。人々があなたのプログラムをどのように使用しているか、ユーザーの数と世界の地域を確認できます。

情報を保持し、デバイスがネットワークに接続されている場合にのみ送信する方法を知っています.

もちろん、分析ツールのいずれかを含めるには、アプリの再構築およびリリースおよび更新バージョンを作成する必要があります。

-t

于 2009-12-09T12:58:23.743 に答える
1

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.

于 2009-12-09T09:33:57.913 に答える
0

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

于 2009-12-09T09:34:18.350 に答える
0

また、iTunes Connect でソフトウェアを更新した人の数を表示することもできます。これにより、あなたのソフトウェアにまだ興味を持っている人々を大まかに見積もることができます。

于 2011-12-14T13:13:30.597 に答える