简体   繁体   English

我怎么知道应用程序在不同的国家/地区启动/更新

[英]How do I know app is launched / updated in a different country

Basically, we have two versions of the same app.基本上,我们有同一个应用程序的两个版本。 One is available in my country and the other in another (there is a huge difference between the two, so we had to do them separately).一个在我的国家/地区可用,另一个在另一个国家/地区可用(两者之间存在巨大差异,因此我们必须分别进行)。

After updating the app, I usually go sit on the Play store and ensure that it has updated (new version number and release notes), how would I know if the one in the other country has updated?更新应用程序后,我通常会去 Play 商店并确保它已更新(新版本号和发行说明),我如何知道其他国家/地区的应用程序是否已更新? (I only released it today for the first time, so don't even know if it launched successfully) (我今天才第一次发布,所以不知道是否成功发布)

Sorry, feels like a silly question - but, I could not find a simple solution yet.对不起,感觉像是一个愚蠢的问题 - 但是,我还没有找到一个简单的解决方案。

Whenever you update your app over Google play store and it is successfully up and running you will get a Notification on your Google play console with saying that your app is live.每当您通过 Google Play 商店更新您的应用程序并成功启动并运行时,您都会在 Google Play 控制台上收到一条通知,说明您的应用程序已上线。

if you dint get the notification then you need to check whats wrong with the release management.如果您没有收到通知,那么您需要检查发布管理有什么问题。

There are a few solutions:有几种解决方案:

  • Google Play lets you know both in the Play Console and in the Play Copnsole App that your publication has gone live Google Play 让您在 Play 管理中心和Play Copnsole 应用程序中都知道您的出版物已上线
  • In the Play console app and the Play console you can see install statistics, so you can see if anyone is installing在 Play 控制台应用程序和 Play 控制台中,您可以看到安装统计信息,因此您可以查看是否有人正在安装
  • You could always use a VPN to check to appear if you are coming from another country您可以随时使用 VPN 来检查您是否来自其他国家/地区
  • If you have access to a credit card from the other country you could create a second Google Account and use that credit card as a payment method to buy an in-app product.如果您可以使用其他国家/地区的信用卡,则可以创建第二个 Google 帐户并将该信用卡用作购买应用内商品的付款方式。 Google Play usually bases the user's country on where the payment method is if they can Google Play 通常会根据用户所在国家/地区的付款方式(如果可以)
  • You can use Firebase analytics to measure things like installs of the other version您可以使用Firebase 分析来衡量其他版本的安装量

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

相关问题 我如何知道何时启动和销毁Android应用程序? - How do I know when an Android app is launched and destroyed? 如何通过点击推送通知来了解应用程序是否已启动 - how to know if the app was launched by clicking on the push notification Android:如何知道是否可以启动应用 - Android: How to know if an app can be launched 每次启动应用程序时,如何刷新Webview的内容? - How do I refresh the contents of a webview everytime the app is launched? 应用启动时如何显示加载指示器? - How do I show a loading indicator while app is launched? 我怎么知道那个特定的应用程序。 在android中通过我的应用程序启动 - how can I know that certain app. in android is launched through my Application 我怎么知道我的应用是由 Google 助理打开的,而不是正常启动的 - How can I know that my app was opened by Google Assistant, instead of just normally launched 如何知道我们的应用是否由其他应用的Intent启动 - How to know if our app is launched by Intent of other App 如何关闭从我的应用程序启动的外部应用程序(如Instagram)并返回到触发应用程序? - How do I close an external app like Instagram launched from my app and return to the Triggering App? 如何知道是否通过Android上的通知启动了应用/游戏? - How to know if app/game was launched via notification on Android?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM