相关疑难解决方法(0)

更新使用In App Billing的Android应用程序

我们有一个使用In App Billing的应用程序.我们看到的问题如下:

当设备上的App的versionCode与Play Developer Console中发布的应用程序的版本代码相同时,Billing工作正常.

当具有更高版本代码的构建上载到Play Developer Console时,In App Billing停止在设备上的应用程序(具有较低版本的代码)上工作,说"应用程序未配置为开票".

测试时这很好,但问题是 - 应用程序在Google Play商店中的行为是什么?当您替换应用程序(执行更新)时,野外应用程序(具有较低版本的代码)是否停止使用In App Billing?

如果是这样,人们使用什么方法来执行更新?在购买之前,您是否强制用户更新?或者这个问题在发布之前才真正存在?

任何建议将不胜感激!

谢谢!

android in-app-billing

19
推荐指数
1
解决办法
2065
查看次数

如何在googleplay中回滚apk版本?

我需要将我的应用程序回滚到最后一个版本.可能吗?

我不能从以前的版本创建一个apk,因为我不再有源.

publishing google-play

10
推荐指数
1
解决办法
3万
查看次数

在Android Play开发者控制台中恢复为较旧的APK

我已将多个版本的应用程序提交到Google Play,我注意到最新版本中存在一个错误.但是,所有以前的版本仍然出现并标记Unpublished在该部分中APK.我正在尝试取消发布版本2.1并使用该版本2.0.

以下是我采取的步骤:

  • 我去了APK部分
  • 我切换到了高级模式
  • 然后在版本上2.0我点击了Move to Prod
  • 然后在版本上2.1我点击了Deactivate

然后我收到此错误消息:(版本7是2.1,版本6是2.0)

This configuration cannot be published for the following reason(s):
It is forbidden to downgrade devices which previously matched version 7 
to version 6, which would occur when 
API levels in range 16+ and 
Screen layouts containing any of [small, normal, large, xlarge] 
and Features containing all of [android.hardware.screen.PORTRAIT,
android.hardware.TOUCHSCREEN]. 
Run Code Online (Sandbox Code Playgroud)

比较两个版本的APK时,配置完全相同:

-------------------------------------------------------
Details     | Version 2.0        | …
Run Code Online (Sandbox Code Playgroud)

android google-play

8
推荐指数
1
解决办法
2万
查看次数

标签 统计

android ×2

google-play ×2

in-app-billing ×1

publishing ×1