I developed a cross-platform application using Cordova in Visual Studio 2013. I followed the following steps to provide deep links in the application and everything works fine when testing with the deep binding tool (after scanning the code and opening the provided URL, the application opens exactly on the screen, which should be, and everything is in order). But when I try to use Fetch as Google from the Search Console, I always get the following error:
Internal error
The page could not be fetched due to an internal Google error. Fetched URI: android-app://com.app-name/http/hu Date: 9/10/15 12:51 AM Language: English Googlebot type: Google for android apps
I read about an internal error that android:minSdkVersion must be at least 17 (in my AndroidManifest.xml is 10) or that my application cannot run on x86 hardware (which I don’t know how to test or what I need to change).
Can anyone help me with this?
android cordova
dsadsasd
source share