Questions tagged [google-app-indexing]
59 questions
0
votes
0 answers
Android Google App Indexing - Does the start method need to be run in onStart override?
This might seem like a bit lame question but I haven't found any other examples where the method would be run anywhere else other than in an override of an onStart method of an activity. (also the Google App Indexing documentation is not very good)
…

Jakub Holovsky
- 6,543
- 10
- 54
- 98
0
votes
2 answers
How does Google AppIndexing work on iOS apps?
I'm unable to understand how Google Appindexin works on ios.
I'll be more specific:
In Google's Appindexing guide for Android they say we can put data in the activity, and Google will be able to index this content, for example:
public class…
user5563983
0
votes
1 answer
Access deep link in android
I am investigating about Google indexing on android
( developers.google.com/app-indexing/introduction )
I have tried to demo like that:
When click on deep link ( dantri.com.vn ) -> open on app
When click on deep link ( dantri.com.vn/xa-hoi/ ->…

TrungLuu
- 27
- 5
0
votes
1 answer
App Indexing with a ViewPager that pages fragments
I have an activity that has a ViewPager and a FragmentStatePagerAdapter. Each page displayed by the activity is a single fragment. Each fragment has different content.
I'm adding App Indexing to this activity. I've read lots of stuff including…

pbm
- 5,081
- 4
- 18
- 31
0
votes
1 answer
App Indexing- app not showing with website link in google search
I have integrated App Indexing and i tested my implementation by
Link Testing in Android Studio , Android Debug Bridge and Deep link testing tool . In all three tests I am able to open the app . But still when i do search in google I am NOT able to…

user3751386
- 27
- 6
0
votes
1 answer
Google app indexing ios search result
I have implemented Google app indexing sdk in test project and able to deep link from google search result URL to respective page in app. But google search results displayed in normal search result style without app icon like app pack style. Is it…

V V
- 774
- 1
- 9
- 29
0
votes
1 answer
Google App indexing API deprication
Hi I want to implement google app indexing for android. But the documentation is confusing. Months ago I implemented local autocompletion using the following guide:
https://codelabs.developers.google.com/codelabs/app-indexing/#0
Now I want to enable…

mdavid
- 563
- 6
- 20
0
votes
1 answer
Google app indexing for iOS and universal links
Does anybody know how google app indexing works for iOS with new implementation via universal links?
As I understand from https://developers.google.com/app-indexing/ios/app
Google App Indexing documentation for iOS 9 serves iOS universal links
…

Vladimir
- 7,670
- 8
- 28
- 42
0
votes
0 answers
Android App Indexing is not working - click on google search link still need to choose apps
I have implement app indexing for Android using this guide, my apps have been tested using this method. This apps has been deployed to Google Playstore 2 weeks ago. My website's header also been added some source code using this guide.
However, when…

questionasker
- 2,536
- 12
- 55
- 119
0
votes
1 answer
Google App Indexing: It is required to specify the full website in host intent filter atribute?
For example, if i have a website called:
http://www.testmycars.com
And i want that this html file gets indexed and display a link to my app content when someone searches for chevrolet in his android device search…

NullPointerException
- 36,107
- 79
- 222
- 382
0
votes
1 answer
Android App Indexing - Autocompletion Result Handling
I have implemented deep linking as part of app indexing according to the official docs. I'm facing a few different but related problems with the search auto-completion part:
Auto-completion results show only the last opened item (previously…

kip2
- 6,473
- 4
- 55
- 72
-1
votes
1 answer
App Indexing through mobile application
I have used this Firebase Tutorial URL for integrating App Indexing in my Android and iOS application.
I reviewed the sample application provided and it is working fine, but when…

Manish Pathak
- 3,224
- 1
- 18
- 22
-1
votes
1 answer
Check my Google App Indexing Android app in a Google Search
I am implementing Google App Indexing in my app. I have followed the tutorials and my app support this kind of deep links:
http://mywebsite.tk
And I have the required code so that it supports also:
android-app://com.my.package/http/mywebsite.tk/
I…

Javier Delgado
- 2,343
- 2
- 17
- 31
-1
votes
1 answer
Can Google App Indexing work with special characters in the url? (acutes áéó..)
I'm trying to implement google app indexing into my apps. It works perfectly with almost all my sections but it fails with a section of my app which name is: Sección con acentos áéó
I add this into my html web for testing the deep linking:

NullPointerException
- 36,107
- 79
- 222
- 382