xamarin-forms-samples
xamarin-forms-samples copied to clipboard
Deep Linking is not working
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
- Used my google-services.json
- Set the build action to GoogleServiceJson
- Change the package name to the one registered in firebase console
- Start the app and create and save an item
- 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
Also, I can confirm that this is working on ios
Were you ever able to figure this out @rodrigojuarez ?
Not at all, not working for me yet @saamerm
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
I did at the time, I should run all the checks again to make sure it's still an issue
@rodrigojuarez can you open you iOS app from an url, "Universal link"?