xamarin-forms-samples icon indicating copy to clipboard operation
xamarin-forms-samples copied to clipboard

Deep Linking is not working

Open rodrigojuarez opened this issue 5 years ago • 6 comments

Sample

https://github.com/xamarin/xamarin-forms-samples/tree/master/DeepLinking

Description

Deep linking is not showing elements in the emulator search, after an app link entry is created and registered

Steps to Reproduce

  1. Used my google-services.json
  2. Set the build action to GoogleServiceJson
  3. Change the package name to the one registered in firebase console
  4. Start the app and create and save an item
  5. Search in the emulator for the text used for the item

Expected Behavior

The item should be visible in the search list

Actual Behavior

The items is not visible in the result list

Information

  • IDE and IDE version: Visual Studio 2019 Community Edition 16.4.2
  • Platform with the issue:
    • Android: 9.0
  • Device or simulator/emulator: emulator

rodrigojuarez avatar Dec 30 '19 19:12 rodrigojuarez

Also, I can confirm that this is working on ios

rodrigojuarez avatar Jan 06 '20 16:01 rodrigojuarez

Were you ever able to figure this out @rodrigojuarez ?

saamerm avatar Feb 23 '20 20:02 saamerm

Not at all, not working for me yet @saamerm

rodrigojuarez avatar Feb 23 '20 21:02 rodrigojuarez

There's quite a few requirements for this to work properly listed in the companion website. Did you check to make sure all of them are done? If you go to https://docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/deep-linking#setup it has a section for Android and iOS

leelandclay avatar Mar 05 '21 15:03 leelandclay

I did at the time, I should run all the checks again to make sure it's still an issue

rodrigojuarez avatar Mar 05 '21 16:03 rodrigojuarez

@rodrigojuarez can you open you iOS app from an url, "Universal link"?

udde avatar May 30 '22 08:05 udde