简体   繁体   English

在市场中部署Android应用程序

[英]Deploying Android Application in market

If I have an app on the market with analytics API integrated , now i want to change the integrated API (analytics) to some other analytics API and update the build in market. 如果我在市场上有一个集成了分析API的应用程序,现在我想将集成的API(分析)更改为其他一些分析API并更新市场中的构建。 I want the user forcefully to update the application. 我希望用户强制更新应用程序。 How can i do that? 我怎样才能做到这一点?

Thanks in Advance 提前致谢

If your app uploaded on android market, and you update ur application with incremental version code. 如果你的应用程序在Android市场上传,你用增量版本代码更新你的应用程序。 Users of application will be notified with update for application, but by no means user can be ask to update application forcefully. 应用程序的用户将收到更新申请通知, 但绝不会要求用户强行更新应用程序。

您不能强制用户更新,除非应用程序的功能依赖于您可以故意在外部中断的外部事件(例如,调用URL) - 即使这样,他们也可以卸载应用程序而不是升级。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM