【问题标题】:appdeeplink Github .well-known folder not identifyingappdeeplink Github .well-known 文件夹无法识别
【发布时间】:2018-05-07 11:40:06
【问题描述】:

我正在我的应用程序中添加应用程序深度链接功能,我按照 applink 帮助进行操作,我也在 github 中创建了 .well-known 文件夹,但我仍然面临找不到数字资产链接

  [![<meta-data
            android:name="asset_statements"
            android:resource="@string/asset_statements" />
        <activity android:name=".MainActivity">


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

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
            <intent-filter android:autoVerify="true">
                <action android:name="android.intent.action.VIEW" />

                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.BROWSABLE" />

                <data
                    android:scheme="https"
                    android:host="suresh777.github.io"
                    android:pathPattern="/links" />
            </intent-filter>
        </activity>][1]][1]

【问题讨论】:

    标签: android github


    【解决方案1】:

    你必须在你的根目录下创建一个名为_config.yml的文件,里面的值是include: [".well-known"]

    参考:https://github.com/wojtek-kalicinski/wojtek-kalicinski.github.io

    【讨论】:

      猜你喜欢
      • 2022-10-25
      • 2022-01-07
      • 2019-02-08
      • 2021-09-06
      • 1970-01-01
      • 2021-12-10
      • 1970-01-01
      • 2019-04-13
      • 2016-10-08
      相关资源
      最近更新 更多