简体   繁体   English

如何显示我的iOS或Android应用程序中App Store下载的数量?

[英]How can I show the number of App Store Downloads within my iOS or Android App?

We are building a social media application which is heavy on promotion. 我们正在构建一个社交媒体应用程序,该应用程序非常重视推广。 As a promotional tool, we would like to show the number of downloads to app users within the app itself. 作为促销工具,我们希望向应用程序用户显示应用程序本身内的下载次数。 Is it possible to do this with iOS or Android? iOS或Android是否可以做到这一点?

For iOS I'll say likely. 对于iOS,我会说可能。 You can use the App Store Connect API to download sales reports: 您可以使用App Store Connect API下载销售报告:

https://developer.apple.com/documentation/appstoreconnectapi/download_sales_and_trends_reports https://developer.apple.com/documentation/appstoreconnectapi/download_sales_and_trends_reports

Then you can parse through the report and display your number of downloads within your application. 然后,您可以解析报告并显示应用程序中的下载数量。

Here is a SO question that offers various answers for Google Play Store. 这是一个SO问题 ,可为Google Play商店提供各种答案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Google Play商店网站上跟踪我的Android应用与下载的展示次数? - How can I track impressions of my android app vs downloads on Google Play Store Website? 如何使我的Android SwipeableCardViews更像IOS 7邮件应用程序(滑动以显示按钮) - How can I make my Android SwipeableCardViews more like the IOS 7 mail app (swipe to show buttons) 如何从我的应用程序中打开 Google Play 商店应用程序页面? - How can I open a Google Play Store app page from within my app? 如何通过我的android应用拨打电话号码? - How can I call a phone number through my android app? 如何将应用程序生成的文件存储在 Android 的“下载”文件夹中? - How to store files generated from app in "Downloads" folder of Android? 如何使用Android后退按钮在我的应用中移回而不是关闭我的应用? - How can I use the Android back button to move back within my app instead of closing my app? 较旧版本的应用下载Android Play商店 - Older version app downloads Android play store 如何查看其他国家/地区的Android应用下载量? - How to see the number of downloads for Android app in other country? 如何列出我的应用下载 - How to list my app downloads 我可以将我的共享首选项存储到 Android 应用程序中的缓存目录中吗? - Can I store my sharedpreference to my cache directory in Android app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM