Flutter 创建支持即时安装的 Android App Bundle



如何创建支持免安装的应用程序包 Flutter?

一篇关于 medium 的帖子引导我将以下内容添加到 android 清单中:

<application...>
    <!-- Enable instant app support -->
    <dist:module dist:instant="true" />

捆绑包成功构建,但它没有立即启用,或者至少它说是 Play 商店。

与伊格纳西奥·加泰罗尼亚语达成一致。我没有要点来证实他的评论。

除了找到一个不同的位置直接上传到应用程序共享位置之外,我不需要对 appbundle 构建进行任何更改。

https://play.google.com/apps/publish/internalappsharing/

您可以使用上面的链接或按照他的步骤

正如他提到的,如果您在"开发工具"下单击即时应用程序的"了解更多"链接,您可以找到。或者只使用上面的链接。

相关内容

最新更新