-1
我已經使用此Firebase教程URL < https://firebase.google.com/docs/app-indexing/android/public-content>用於在我的Android和iOS應用程序中集成App Indexing。App通過移動應用程序索引
我回顧了示例應用程序提供,它工作正常,但是當我在我的應用程序集成起來,但在我的AndroidManifest.xml中我得到了這個下面的代碼混淆:
<data android:scheme="http"
android:host="recipe-app.com"
android:pathPrefix="/recipe" />
我的問題是:
- 什麼是recipe-app.com和pathPrefix,我需要做什麼才能使App Index在我的應用程序中工作?
- 除了Firebase官方鏈接,是否有任何關於Android集成App Indexing的描述性教程?
- 我應該在服務器上放置數字資產鏈接文件?
請仔細閱讀[在什麼情況下我想補充「緊急」或其他類似短語對我的問題,爲了獲得更快的答案?](// meta.stackoverflow.com/q/326569) - 總結是,這不是解決志願者的理想方式,並且可能適得其反。請不要將這添加到您的問題。 – halfer
當然我會從現在開始確定。 –