android-app-indexing Questions

3

I am trying to build and distribute android app from appcenter.ms. Initially I got rejection after rolling out 3rd update and I tried to rebuild changes. But while distributing to store I got follo...

2

Solved

Can anyone explain in real life example what is the difference between App Links - https://developer.android.com/training/app-links/deep-linking.html Deep links - https://developer.android.com/...

3

Solved

Android Studio keeps suggesting me to add App Indexing code. Worse that it shows quick fix icon always when cursor is in line where there are no other problems. Quick fixes become less useful beca...
Edelstein asked 1/11, 2016 at 22:11

2

Solved

Here is an explanation of using deep links in navigation component: https://developer.android.com/guide/navigation/navigation-deep-link It says: An explicit deep link is a single inst...

2

Via app indexing I added sticker packs to GBoard, but GBoard search can't find my stickers by keyword. new Indexable.Builder("Sticker") .setName("Bye") .setImage("http://www.snoopysticker.com?id...
Consecrate asked 5/9, 2017 at 8:44

1

Solved

I have developed an instant app & published it into the play store, also has a website associated with the Instant App. tested the app link with the testing tool from here. The app is opened a...

1

I have an app that implements Firebase App Indexing. It also has its own full text search implementation. Google's is obviously better, and I'd love to kill the one I'm using in favor of theirs. Is...

3

Solved

Background I just created a new POC today (about activity transitions, but this isn't the topic), and I've noticed a new line being written in the "onCreate" method of the main activty: // ATTEN...
Unyielding asked 27/12, 2015 at 14:27

3

After the implementation, I am able to successfully confirm that Google Bot can index my app through Android Studio testing (Tools > Android > Google App Indexing Test). And per Google Search Conso...

3

Solved

I have read about App Indexing and Deep Linking for android apps. As far as I can find both are the same and deep linking is much easier since it just requires to add an intent filter in the Mani...
Nostril asked 3/2, 2017 at 12:34

4

I would like to enable App Indexing for my cordova android app as explained here: https://developers.google.com/app-indexing/webmasters/app Unfortunately I can't find documentation how to do that ...

4

Solved

While setting compile 'com.google.android.gms:play-services-appindexing:10.0.0' it is giving following error: Error:(82, 13) Failed to resolve: com.google.android.gms:play-services-appindexing:10....
Blackthorn asked 22/11, 2016 at 1:35

1

Solved

I am using app indexing in my app but sometimes it is not receiving correctly the intents from Chrome. If I open the link from my production website, it is opened by chrome. So I have created a te...

1

Solved

I have gone through this http://stackoverflow.com/questions/35053454/android-app-indexing-api-description-field. It discusses the use of description field in the App Indexing api. While calling thi...
Fiche asked 24/5, 2016 at 9:3

1

Solved

I have created a new project with one class and with the following code taken from this example: https://developers.google.com/app-indexing/android/publish#add-app-indexing-api-calls When i rotate...

1

I'm implementing app indexing and I think I'm missing something, but I don't know what. Following the guide I added my intent-filters to the app and implemented what's needed in my activity. my a...

1

The official tutorial explains very clearly how to get an app's specific page to appear in google autocomplete. When I follow the description I can go from the autocomplete suggestion back to the p...
Joijoice asked 28/1, 2016 at 5:25

0

We noticed a spike in app crashes in our android crash reporting tool. It started happening about a week ago (on January 7). Device experiencing the crashes is reported as Calypso AppCrawler runnin...
Indeclinable asked 14/1, 2016 at 1:30

1

I have implemented the AppIndexing API. I am getting the search auto completion and it is working as expected. But the app icon is not available. Today I updated the google search app on my phone a...
Content asked 11/9, 2015 at 9:22

4

Solved

Both of them seem to provide a way to add the concept of urls to native apps As far as I understand, Facebook tried to set a standard with App links for the problem I am not sure where does Google...

1

Background When you search on Google's search engine website on an Android device (via Chrome web browser) something like "how to get to X" (where X is a geographic location, like a city name) , t...
1

© 2022 - 2024 — McMap. All rights reserved.