Instant Application publish error: The default URL “https://xxxl.com” is not mapped to your Instant application

a 夏天 提交于 2020-06-27 17:07:24

问题


1.I had add default url "https://example.com" on LAUNCHER Activity;

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

play store tip:The default URL "https://example.com" is not mapped to your Instant application?

What was problem?


回答1:


in the installed module: app/manifest

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

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

And the same metadata in your feature manifest



来源:https://stackoverflow.com/questions/47678954/instant-application-publish-error-the-default-url-https-xxxl-com-is-not-map

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!