Questions tagged [google-app-indexing]
59 questions
3
votes
1 answer
App indexing Api: result callback is not called in OnStop()
I am implementing the app indexing API provided by google. As indicated here I connected the client in onStart() method like this:
APP_URI = Uri.parse(baseAppUri + slug);
WEB_URL = Uri.parse(baseWebUri + slug);
Action viewAction =…

Saurabh
- 434
- 1
- 4
- 19
2
votes
1 answer
Certain queries regarding Firebase App indexing
As I'm planning to integrate firebase app indexing for my android app, I am just concern about certain queries :
Is firebase app indexing is HIPAA compliance?
I don't have a website,So is it possible to have app indexing without having a…

rahul sharma
- 149
- 1
- 2
- 11
2
votes
1 answer
App Indexing: Google App search not working with specified uri
The url I want to deep link is in the following format:
https://abc.example.com
My intent filter in the particular activity looks like this:

Lydia Amanna
- 81
- 3
2
votes
1 answer
Does GoogleAppIndex really indexes the content of the app?
Im trying to understand Google's docs about GoogleAppIndex and I don't understand how it really works.
https://developers.google.com/app-indexing/introduction
In the introduction they say "make content within your app"
Do they really read the…

Upsilon42
- 241
- 2
- 17
2
votes
1 answer
How to implement Google App indexing for Android
How should I properly implement google app indexing for android. I mean should I care about local autocompletion and web search separately?
Here are two…

mdavid
- 563
- 6
- 20
2
votes
1 answer
Enable Google App Indexing - how to prefix associated domain?
I would love to enable Google App Indexing in my iOS app; I followed Google's tutorial, but it only says
Add a com.apple.developer.associated-domains entitlement in XCode that lists each domain associated with your app.
Do I have to prefix my…

swalkner
- 16,679
- 31
- 123
- 210
2
votes
1 answer
Google App Indexing not resolving for Swift?
I'm trying to integrate Google App Indexing into my iOS / Swift app. I installed it via CocoaPods. The problem is it's not resolving any of Google's code. Here's what I got:
func application(application: UIApplication, openURL url: NSURL,…

TruMan1
- 33,665
- 59
- 184
- 335
1
vote
1 answer
Android Application Indexing in Google Search
how to get our android app to be found in Google Search Using App Indexing.

Jafar Sadiq SH
- 715
- 9
- 22
1
vote
0 answers
Alternate URL crawled by google for app indexing is wrong
We have added the alternate link correctly in our webpage.
https://autoportal.com/newcars/bmw/5-series-gt/
But when I…

Nishant Chauhan
- 726
- 7
- 17
1
vote
1 answer
How to work with Firebase App Indexing for IOS Apps
i am in the process of making my app with firebase i am pretty much done with that except Firebase App Indexing. I am very exited with this feature because it could help me to increase my app get more traffic from the web but the problem is i really…

ilvcs
- 103
- 1
- 17
1
vote
1 answer
Android App Content Indexing
I am confused a little bit about app indexing.
First of all there is ability for android app to handle link to your website to open inside app, called deep linking. Just describe correct intent filters in manifest and handle calls inside activity…

busylee
- 2,540
- 1
- 16
- 35
1
vote
0 answers
Google App indexing is not working
I have added google app indexing to my android app. But it is showing partial.
To complete that I have tried updating the google play services, after updating google play services my Tracker is not working (Which I have used for google analytics).…

Sirisha Ch
- 21
- 4
1
vote
0 answers
Google Search Doesn't list the app, after migrating to firebase
In our current play store build, when a query is searched, if the story present, it lists our app in search results. But in the latest code, we are using play services version 9.0.0 and using firebase. After adding these changes, our app is not…

Sangeetha Pinto
- 1,022
- 3
- 14
- 32
1
vote
1 answer
How to add keys for AppIndexing in android? To make the app more reachable
I am developing an app and I need to specify the keywords which will make my app more reachable. It can be done using app indexing but I am not sure where the keywords should be added.
Any Help is appreciated.

CSG0811
- 632
- 5
- 20
1
vote
1 answer
To have Autocomplete feature of app indexing is it necessary to publish latest updated app in app store?
I have added features of App indexing and deep linking for my Game app as a plugin .. deep linking is working properly , the feature of app indexing i.e Autocomplete is not working,..
as ,
PendingResult…

Abhinandan Dharmadhikari
- 69
- 2
- 13