You should have at least one active APK that is mapped to site 'sample.com' via a web 'intent-filter'
问题 Trying to upload instant application but getting this error 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