Questions tagged [google-app-indexing]
59 questions
48
votes
11 answers
Android Studio only gives me SHA1, I need SHA256
I want to use assetlinks.json for appindexing.
I am supposed to use a SHA256 fingerprint, but when I print out the signingReport in Android Studio, I only have SHA1.
Can I use SHA1? If not, how can I get a SHA256 signed app?
Using Manish Jain's…

Immy
- 631
- 1
- 5
- 15
19
votes
3 answers
iOS Universal Links and GET parameters
we're trying to implement app indexing on iOS using the Apple Universal Links (I'm looking at https://developer.apple.com/library/ios/documentation/General/Conceptual/AppSearch/UniversalLinks.html#//apple_ref/doc/uid/TP40016308-CH12-SW2).
In the…

Marco Zanetti
- 4,051
- 6
- 32
- 48
11
votes
1 answer
How add my application content with description and preview to Google search results?
I found this article: A new way to search for content in your apps and I'm really excited for this opportunity. I want to show my application content in google search results, like this:
But this article doesn't have any information about how to…

ArtKorchagin
- 4,801
- 13
- 42
- 58
8
votes
1 answer
Can you query Firebase App Indexing personal content?
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 it possible to query Firebase App Indexing for…

Gabe Sechan
- 90,003
- 9
- 87
- 127
8
votes
1 answer
Android app indexing and deep links: did I get it wrong all the time?
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 application's package is com.towers.hotelsclick and the…

Marco Zanetti
- 4,051
- 6
- 32
- 48
7
votes
5 answers
ERROR ITMS-90046: "Invalid Code Signing Entitlements." using custom applinks
I've tried to upload application to apple store using Application Loader include Associated Domains in application entitlements but I have an error:
ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains…

edzio27
- 4,126
- 7
- 33
- 48
7
votes
0 answers
App crash on AppIndexing crawl
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 running Android 4.4.4…

Konstantin Burov
- 68,980
- 16
- 115
- 93
6
votes
2 answers
Is Google App Indexing SDK required in iOS for Google DeepLinking?
I want to use Google App Indexing with my web pages and iOS app.
I do support Universal Links (or deep links in Google lingo) with Apples Search and have my web pages set up accordingly.
From Googles documentation I am unable to find out if I…

dogsgod
- 6,267
- 6
- 25
- 53
5
votes
1 answer
I don't fully understand app indexing
Okay, so I get that if I have a website and an app that roughly displays the same content, app indexing can be used to open links to the website in the app instead (if the user has it installed).
To do this, one specifies deep links in the web…

Magnus
- 17,157
- 19
- 104
- 189
4
votes
0 answers
My implementation of app indexing is not working
Here is my activity structure: SplashActivity -> MainActivity. My MainActivity has a Spinner that is populated from ContentProvider. Based on Spinner selection, I present different content to the user. The content map perfectly to the content on my…

Katedral Pillon
- 14,534
- 25
- 99
- 199
4
votes
2 answers
Google App Indexing - how to test it?
I've implemented all the things about App Indexing from google tutorial Google App Indexing.
How can I now test result of search in safari? Should I have released app/can I test it in development environment without submitting to iTunes…

edzio27
- 4,126
- 7
- 33
- 48
4
votes
1 answer
App Indexing Android - "" in "" doesn't work
We are struggling with the app indexing topic from google.
The plan is to insert a tag in the -area of a website (crwaled from google) like this:
android-app://com.testApp/myCustomScheme/car/ford
and after that to visit this website with the…

iFoukis
- 274
- 1
- 2
- 11
3
votes
1 answer
Stickers Packs outside GBoard
Now that Android has the option to release stickers packs to the Play Store, I want to know if there is any way to detect (and use) the packs installed in the device.
Right know, from GBoard, you can see, use and install new stickers packs…

BeNeXuS
- 497
- 5
- 11
3
votes
0 answers
GSC - Intent URI not supported -- Yes i didnt created the intent for that URL
Today i had received 7000+ "Intent URI not supported" errors in GSC.
The issue is that i haven't mapped the google crawled web url in my app manifest file (as i do not have the corresponding page in app) NOR did i placed the link rel="alternate"…

Dell
- 209
- 1
- 4
- 11
3
votes
0 answers
App is not indexed in Search results in test apk
I'm facing a strange issue in app Indexing. Our play store APK uses older version of app indexing API and is working fine. App is indexed for google search results. But, after I migrated to fire base and updated App Indexing API, app is not indexed…

Sangeetha Pinto
- 1,022
- 3
- 14
- 32