【问题标题】:Instant Application publish error: The default URL "https://xxxl.com" is not mapped to your Instant applicationInstant Application 发布错误:默认 URL“https://xxxl.com”未映射到您的 Instant 应用程序
【发布时间】:2018-05-22 16:17:03
【问题描述】:

1.我在 LAUNCHER Activity 上添加了default url "https://example.com";

2.used App Links Assistant Test All is Ok(Associate website is OK);

play store 提示:默认 URL“https://example.com”未映射到您的 Instant 应用程序?

什么问题?

【问题讨论】:

  • 我已经解决了。谢谢
  • 我遇到了同样的问题。你能回答是什么解决了这个问题吗?
  • @CHF 你能回答一下你是怎么解决的。我也面临同样的问题。
  • @adnanyousafch,@Murtuza Saifee,在安装应用程序和即时应用程序(feautre-base) AndroidManifest.xml 中添加默认 url。它会解决这个问题。注意:两个网址必须相同

标签: android instant


【解决方案1】:

在已安装的模块中:app/manifest

<activity android:name="com.example.MainActivity">

        <meta-data
                android:name="default-url"
                android:value="https://example.com/app" />
 </activity>

并且您的功能清单中的元数据相同

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-03-09
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多