I am trying to configure app indexing and running into issues with "Fetch". Below is what I have configured:
- Added and verified the website and app
/apk
- Associated website and the apk
/
app. Added following configuration under the activity tag in AndroidManifest.xml
<data android:host="mywebsite.com" android:pathPrefix="/mypage" android:scheme="http" /> <data android:host="mywebsite.com" android:pathPrefix="/mypage" android:scheme="http" />
On the fetch page - "android-app://package-name/"
[already present / displayed on the page].
I entered the following on the text field - http://mywebsite.com/mypage
, uploaded the debug apk (as the current version on google play doesn't have deep links). On verify, i get URL unsupported error. This is baffling me as I am following the exact steps mentioned in support / tutorial links.
Also, i noticed that the path displayed is not correct, this is what I see is /http:/mywebsite.com/mypage
.
Please help, its been days since I am trying to resolve this.. have gone thru all the links several times but no luck.
Regards