gpt4 book ai didi

android - 您应该至少有一个通过 'sample.com' 网络映射到站点 'intent-filter' 的 Activity APK

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:35:05 24 4
gpt4 key购买 nike

尝试上传即时应用程序但出现此错误

You should have at least one active APK that is mapped to site 'sample.com' via a web 'intent-filter'.

<activity
android:name=".ui.InstantSplash"
android:screenOrientation="portrait"
android:theme="@style/splashScreenTheme">

<meta-data
android:name="default-url"
android:value="https://sample.com/base-app/salt_one" />

<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>

<intent-filter
android:autoVerify="true"
tools:targetApi="m">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="http" />
<data android:host="sample.com" />
<data android:pathPrefix="/base-app" />
<data android:scheme="https" />
</intent-filter>
</activity>

最佳答案

使用相同的主机网络“intent-filter”在 alpha、beta 或生产中上传可安装的 APK。

关于android - 您应该至少有一个通过 'sample.com' 网络映射到站点 'intent-filter' 的 Activity APK,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47909531/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com