如何在apportable中使用Google许可证验证库

时间:2013-11-12 20:39:11

标签: apportable

我正在使用apportable将我的iOS应用程序转换为android,我需要帮助在我的代码中实现google play许可,我对如何将google play许可证验证库(LVL)包含到我的代码中感到困惑。我知道如何使用Bridgekit调用java代码但是我将如何包含LVL,因为当我们在eclipse中工作时,我们需要从sdk manager下载并安装Google Market Licensing包。

我需要采取哪些步骤将LVL纳入我的项目并开始编码

1 个答案:

答案 0 :(得分:1)

Apportable平台已包含所需的LVL库,因为它们是Google扩展文件功能所必需的。

您应该可以按照文档中的所有其他步骤操作:http://developer.android.com/google/play/licensing/index.html

有关如何添加check_license权限的更多信息,请参阅android清单文档:http://docs.apportable.com/config.html#manifest-options

要添加Google“公钥字符串”(通过SIGNING_PUBKEY环境变量),请参阅扩展文件文档:http://docs.apportable.com/publishing.html#large-installers

其余部分应该可以通过BridgeKit实现,也可以通过添加一个小的Java垫片。