Android 应用程序未在测试apk的搜索结果中编入索引

Android 应用程序未在测试apk的搜索结果中编入索引,android,google-search,google-crawlers,android-app-indexing,google-app-indexing,Android,Google Search,Google Crawlers,Android App Indexing,Google App Indexing,我在应用程序索引中遇到了一个奇怪的问题。我们的play store APK使用较旧版本的应用程序索引API,运行良好。该应用程序为谷歌搜索结果编制了索引。但,在我迁移到fire base并更新应用程序索引API后,应用程序在搜索结果中并没有索引。我已经尝试了下面的测试技术,所有这些都很有效 1. Testing a URL 2. Android Debug Bridge 3. Testing App Indexing API behavior 4. Android Studio -> ru

我在应用程序索引中遇到了一个奇怪的问题。我们的play store APK使用较旧版本的应用程序索引API,运行良好。该应用程序为谷歌搜索结果编制了索引。但,在我迁移到fire base并更新应用程序索引API后,应用程序在搜索结果中并没有索引。我已经尝试了下面的测试技术,所有这些都很有效

1. Testing a URL
2. Android Debug Bridge
3. Testing App Indexing API behavior
4. Android Studio -> run -> configuration test
5.  HTTP URL testing tool using bar code scanner app
我在以下两个测试中发现错误:

1. Google App Indexing Test from Android Studio : 
    Error :
    Network error, please try later.
    1. Google cannot index this page using Google bot crawling.
    2.  Google cannot index this page using the App Indexing API.   
但是网络连接很好

2. Preview Search Result on Android:
    Error :
   Getting : ERROR:Google can't find your URL in the index. Check for correct formatting and provide at least one HTTP/HTTPS scheme URL.  This is informed to server team. But they negleted it saying, even for other app urls, getting same error.
在这两种情况下,url格式都是:
“android应用程序/软件包名称/方案/主机/路径”
。我们在这里使用了定制方案

我还尝试使用test APK作为Google测试获取:

在两个场景中测试了APK:

1. Test APK,  landing page(without uri), throws internal error
2. Test APK, app URI, no error -> showed deep linked story preview in the app
根据文件,内部错误是指:
android:minSdkVersion必须至少为17(在我的AndroidManifest.xml中为15)
或者我的应用程序无法在x86硬件上运行(我不知道这一点),并且相同的测试在play store build中工作,没有任何错误

Note : Auto Complete search is working
大多数测试都运行良好。但我的搜索结果中没有一个出现。但同样的故事在playstore构建中被正确索引。是因为我安装了测试APK吗


另外,
在谷歌应用程序->手机搜索->我的应用程序中未列出。
在我们的应用程序列出的设备中,搜索结果仅在这些设备上显示,当它们处于测试APK状态时。但它不适用于手机搜索中未列出应用程序的设备。根据文档,它在默认情况下会在应用程序打开时列出,但不会在我的手机中出现。有没有办法手动启用它们

我也有同样的问题,可能是服务中断了?10版的问题也一样。使用旧的gcm版本,一切正常