如何在不启用 google 播放设置的情况下打开免安装应用程序?

How to open instant apps without enabling it on google play settings?

我想发布一个 link(可能通过 QR 码)以使用户无需从 google 播放设置启用即时应用程序即可访问我的应用程序。普通用户对即时应用程序设置一无所知,所以这一步毁了我对即时应用程序的采用!

https://support.google.com/googleplay/answer/7240211?hl=en link 说 "Even when this setting is turned off, you can always continue to try instant apps by clicking on links that are Google Play branded." 所以我认为有机会做我需要的,但不要理解什么是 'Google Play branded link' 或它如何看待

来自 Android Instant App URL, you need to add a link with the url: https://play.google.com/store/apps/details?id=package_name&launch=true。这将启动您的即时应用程序。

目前,如果任何用户首次通过任何 Instant App URL 进行链接,系统会提示他们启用它。所以你的大部分案例都会在这里。

但是,一旦触摸设置,然后手动关闭,该提示将不再出现,即时应用程序将被完全禁用,包括“立即试用”。用户必须手动返回到 re-enable 设置才能再次看到它。

另一种情况是,如果在您的应用程序的 first-time 提示或 IA 的减速带屏幕中,用户 select 是否应该在浏览器而不是应用程序中查看 URL,那么您的即时应用程序将被特别禁用,而其他应用程序仍然可以启动。此时,用户将不得不手动返回设置以手动撤消 IA 现在的默认设置。

根据 PlayStore 指南的链接,如果用户设备上未启用 Instant App 功能,则无法启动 Instant App:https://developer.android.com/distribute/marketing-tools/linking-to-google-play#Instant