You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I share a link to a recording from within an the app to someone else via iMessage or SMS, if the recipient does not have the app open before they tap the link, the app will open but it will not go to the recording. If the recipient has the app open already, when they tap the link it will bring the app to the foreground and load the recording
I can reproduce this, so it should be easy to debug.
The text was updated successfully, but these errors were encountered:
@farktronix in didFinishLaunchingWithOptions: one of the options is UIApplication.LaunchOptionsKey.url
which contains the URL that the app was trying to open
so we just need to hand that off so that it actually gets parsed
probably need to implement application:openURL:options as well
I have a fix for this on the UniversalLinks branch, but there's no way to test this. 😠
On both my iPhone and the simulator I just get taken to Safari when I tap on a universal link. When I go to relisten.net on my phone and I have a development version of the app installed the app banner wants me to go to the store to download the app.
We could try just checking this in blind, or we can keep trying to figure out why the system doesn't like our links. One idea is RelistenNet/relisten-web#37, and another is that the json file needs to be signed even though it's served over https and that shouldn't be necessary any more.
A report from user @carl on Discord:
I can reproduce this, so it should be easy to debug.
The text was updated successfully, but these errors were encountered: