• <tfoot id='066EA'></tfoot>
    <i id='066EA'><tr id='066EA'><dt id='066EA'><q id='066EA'><span id='066EA'><b id='066EA'><form id='066EA'><ins id='066EA'></ins><ul id='066EA'></ul><sub id='066EA'></sub></form><legend id='066EA'></legend><bdo id='066EA'><pre id='066EA'><center id='066EA'></center></pre></bdo></b><th id='066EA'></th></span></q></dt></tr></i><div id='066EA'><tfoot id='066EA'></tfoot><dl id='066EA'><fieldset id='066EA'></fieldset></dl></div>
    <legend id='066EA'><style id='066EA'><dir id='066EA'><q id='066EA'></q></dir></style></legend>

      <bdo id='066EA'></bdo><ul id='066EA'></ul>
  • <small id='066EA'></small><noframes id='066EA'>

      1. 在 Android 市场中以编程方式检查我的应用程序版本

        时间:2023-11-09
          <tbody id='VoRj2'></tbody>

            <i id='VoRj2'><tr id='VoRj2'><dt id='VoRj2'><q id='VoRj2'><span id='VoRj2'><b id='VoRj2'><form id='VoRj2'><ins id='VoRj2'></ins><ul id='VoRj2'></ul><sub id='VoRj2'></sub></form><legend id='VoRj2'></legend><bdo id='VoRj2'><pre id='VoRj2'><center id='VoRj2'></center></pre></bdo></b><th id='VoRj2'></th></span></q></dt></tr></i><div id='VoRj2'><tfoot id='VoRj2'></tfoot><dl id='VoRj2'><fieldset id='VoRj2'></fieldset></dl></div>
          1. <legend id='VoRj2'><style id='VoRj2'><dir id='VoRj2'><q id='VoRj2'></q></dir></style></legend>

            <small id='VoRj2'></small><noframes id='VoRj2'>

            • <bdo id='VoRj2'></bdo><ul id='VoRj2'></ul>

                  <tfoot id='VoRj2'></tfoot>
                  本文介绍了在 Android 市场中以编程方式检查我的应用程序版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  目前我正在检查应用程序版本代码,并将其与我服务器上的最新版本代码匹配,并根据此匹配发送用户从 Android 市场获取最新更新.

                  Currently I'm checking the app version code on launch and match it with latest version code on my server and based on this matching I send user to get latest update from Android market.

                  它运行良好,但我的问题是我必须手动更改服务器上的最新版本代码,而且我不知道新版本的 APK 何时在市场上激活.

                  It's working well but my problem is that I have to manually change the latest version code on my server and I don't know exactly when new version of APK gets activated in market.

                  有什么方法可以直接在安卓市场中查看应用的版本代码,这样当新的apk被激活时,我可以直接将用户发送到市场?

                  Is there any way to check version code of app in Android market directly so that I can send user directly to market when new apk gets activated?

                  推荐答案

                  Google Play 不提供任何用于检索元数据的官方 API.但是,您可以在 http://code.google.com/p/android-market- 查看非官方 APIapi/.

                  Google Play does not provide any official APIs for retrieving metadata. You could however, check the unofficial API at http://code.google.com/p/android-market-api/.

                  具体来说,请查看 Wiki 页面 HowToSearchApps.查询的响应包含版本信息:

                  Specifically, take a look at the Wiki page HowToSearchApps. The response to the query contains version information:

                  {
                    "app": [
                      {
                        "rating": "4.642857142857143",
                        "title": "Ruboto IRB",
                        "ratingsCount": 14,
                        "creator": "Jan Berkel",
                        "appType": "APPLICATION",
                        "id": "9089465703133677000",
                        "packageName": "org.jruby.ruboto.irb",
                        "version": "0.1",
                        "versionCode": 1,
                        "creatorId": ""Jan Berkel"",
                        "ExtendedInfo": {
                          "category": "Tools",
                          "permissionId": [
                  ...
                  

                  这篇关于在 Android 市场中以编程方式检查我的应用程序版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:获取 Android Google Analytics(分析)引荐来源网址标签 下一篇:API自动将apk上传到Google Play?

                  相关文章

                  • <bdo id='HCIvy'></bdo><ul id='HCIvy'></ul>
                  1. <legend id='HCIvy'><style id='HCIvy'><dir id='HCIvy'><q id='HCIvy'></q></dir></style></legend>

                      <i id='HCIvy'><tr id='HCIvy'><dt id='HCIvy'><q id='HCIvy'><span id='HCIvy'><b id='HCIvy'><form id='HCIvy'><ins id='HCIvy'></ins><ul id='HCIvy'></ul><sub id='HCIvy'></sub></form><legend id='HCIvy'></legend><bdo id='HCIvy'><pre id='HCIvy'><center id='HCIvy'></center></pre></bdo></b><th id='HCIvy'></th></span></q></dt></tr></i><div id='HCIvy'><tfoot id='HCIvy'></tfoot><dl id='HCIvy'><fieldset id='HCIvy'></fieldset></dl></div>

                      <small id='HCIvy'></small><noframes id='HCIvy'>

                      <tfoot id='HCIvy'></tfoot>