安卓许可 : when generate new key pair

标签 android android-lvl

我正在阅读 Android 应用程序许可。它使用 key 对来检查许可证。该文件还说:

Note that if you decide to generate a new licensing key pair for your account for some reason, you need to notify all users of test accounts. For testers, you can embed the new key in the application package and distribute it to users. For developers, you will need to distribute the new key to them directly.

我认为这与此服务器响应 LICENSED_OLD_KEY 有关:“该应用程序已授权给用户,但有一个更新的应用程序版本可用,该版本使用不同的 key 签名。”

我理解这个概念。但是,我不清楚的是您何时需要生成新的许可 key 对。每当我们提交更新时,我们是否需要生成一个新的 key 对?我的猜测是没有。我们什么时候需要生成新 key ?

最佳答案

不,您不需要在每次发布更新时都生成新 key 。如果您的现有 key 因某种原因(例如被盗)遭到破坏,您只需要生成一个新 key 。

关于安卓许可 : when generate new key pair,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5385775/

相关文章:

android - 将 CardView 高程重置为默认值(静止高程)

android - ContextCompat.checkSelfPermission(Context, Manifest.permission.CAMERA) 总是返回授权

Android LVL(许可服务)非常慢! ——解决方案?异步?

android - Google Android LVL CheckLicense 服务超时

android - 通过 BroadcastReceiver 替代 FileObserver?

android - Android 手机源代码/驱动程序的开放性

Android 无法从电子邮件 Intent 中恢复

java - xml布局的问题

android - Android LicenseChecker 上“无法绑定(bind)到服务”

android - import com.google.android.vending 无法在导入的android项目中解析