Open martinbonnin opened 7 months ago
I have experimented things for the deeplinks. The problem is that I can't find the web anchor for a specific session. It works on an arbitrary URL such as "https://androidmakers.droidcon.com/agenda/sessionID" but these URLs don't exist :'(
@enthuan yea, that's a pita... One solution I can offer is to redirect to the home page of the web does not support a given url scheme. For this, we'd have to use androidmakers.fr
as a domain:
https://androidmakers.fr/speaker/${speakerId}
=> https://androidmakers.droidcon.com/${speakerId}
https://androidmakers.fr/session/${sessionId}
=> https://androidmakers.droidcon.com/agenda/
Not great. But I think that'd work nicely for people with the app installed.
Umbrella issue for the high level stuff to keep track of: