计算 iOS 应用下载量

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/10893911/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-30 18:38:08  来源:igfitidea点击:

Count iOS App downloads

iosiphoneipad

提问by user288744

Problem:
I'm an app developer and my boss asked me how many times one of our iPhone apps was downloaded

What I tried so far:
Apple statistics:
There seem to be only daily or weekly data. Furthermore, there seem to be no way to access download statistics from previous years.

Services like www.appannie.com:
This might work, but I don't really want to give them the email and password of our developer account.

Scraping the data automatically (See: automatically-download-sales-reports-from-itunes-connect):
I don't really want to spend time to set up and maintain such a system unless there is really no other solution.

问题:
我是一名应用程序开发人员,我的老板问我我们的一个 iPhone 应用程序被下载了多少次

我迄今为止尝试过的:
Apple 统计数据:
似乎只有每天或每周的数据。此外,似乎无法访问前几年的下载统计数据。

www.appannie.com
这样的服务:这可能有用,但我真的不想给他们我们开发者帐户的电子邮件和密码。

自动抓取数据(请参阅:automatic-download-sales-reports-from-itunes-connect):
除非真的没有其他解决方案,否则我真的不想花时间设置和维护这样的系统。

My Question:
Is there a better way? How do other developer find out how many times their app was downloaded?

我的问题:
有没有更好的方法?其他开发者如何知道他们的应用程序被下载了多少次?

采纳答案by meronix

Services like www.appannie.com: This might work, but I don't really want to give them the email and password of our developer account.

像 www.appannie.com 这样的服务:这可能有用,但我真的不想给他们我们开发者帐户的电子邮件和密码。

i use appAnnie, but i didn't gave them my "email and password of my developer account".

我使用 appAnnie,但我没有给他们我的“我的开发者帐户的电子邮件和密码”。

in ItunnesConnect apple site you can create a new account with JUST the privilege to see the reports of a single app, and nothing more

在 ItunnesConnect 苹果站点中,您可以创建一个新帐户,仅具有查看单个应用程序报告的权限,仅此而已

P.S. This may be very useful in case you want to give access to a client or a developer partner to a single app statistics, as you can create a new appAnnie user with access to just an app.

PS 如果您想授予客户或开发人员合作伙伴访问单个应用程序统计信息的权限,这可能非常有用,因为您可以创建一个新的 appAnnie 用户,该用户只能访问一个应用程序。

回答by grepit

Apple just updated https://itunesconnect.apple.comsite you can adjust the date range in the middle of screen (using the slider) or by adjusting the dates on top left corner after navigating to sale and trends screen to see how many downloads you have had.

Apple 刚刚更新了https://itunesconnect.apple.com网站,您可以调整屏幕中间的日期范围(使用滑块)或在导航到销售和趋势屏幕后调整左上角的日期以查看下载量你有过。

enter image description here

在此处输入图片说明

回答by rckoenes

Well I use Flurryto track installs and session. But you will have to add the flurry to your project.

好吧,我使用Flurry来跟踪安装和会话。但是您必须将混乱添加到您的项目中。

And We als use AppFiguresto track real downloads, but as you stated you can only retrieve so far back as Apple allows it. AppFigures will also require you to give them your ItunnesConnect account details.

我们也使用AppFigures来跟踪实际下载,但正如您所说,您只能在 Apple 允许的范围内检索。AppFigures 还会要求您向他们提供您的 ItunnesConnect 帐户详细信息。

回答by Rob van den Berg

The iTunes connect app has other selection methods, try it. https://itunes.apple.com/us/app/itunes-connect-mobile/id376771144?mt=8

iTunes连接应用还有其他选择方法,试试吧。 https://itunes.apple.com/us/app/itunes-connect-mobile/id376771144?mt=8

回答by skram

I use AppFigures.com, As @meronix suggested create a new user with privileges you specify. AppFigures gives you daily reports emailed to you every morning, in addition to Nicely done graphs and an entire dashboard of information. I recommend!

我使用AppFigures.com,因为@meronix 建议使用您指定的权限创建一个新用户。除了精美的图表和完整的信息仪表板之外,AppFigures 还为您提供每天早上通过电子邮件发送给您的每日报告。我建议!

回答by Mat

Just for your information there is another services called mopapp, it supports several platform.

仅供参考,还有另一个名为mopapp 的服务,它支持多个平台。

回答by Jake

Services like www.appannie.com: This might work, but I don't really want to give them the email and passwordof our developer account.

像 www.appannie.com 这样的服务:这可能有用,但我真的不想给他们我们开发者帐户的电子邮件和密码

That, seems like a very good idea!

这,似乎是一个非常好的主意!

Why not hire a sales guy to count the numbers for you? But in all seriousness, I'd go with the scraping option. I believe that's the only viable solution for your problem until Apple comes up with an API.

为什么不聘请销售人员为您数数呢?但说真的,我会选择抓取选项。我相信在 Apple 提出 API 之前,这是解决您问题的唯一可行解决方案。