From a762a143be1912e95de635735eaa98013ed7c045 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Fri, 11 Oct 2024 10:26:22 -0700 Subject: [PATCH] Add a note about photos-navigation://memories working on iOS 18.1 --- posts/2024/04/photos-navigation-url-scheme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/posts/2024/04/photos-navigation-url-scheme.md b/posts/2024/04/photos-navigation-url-scheme.md index 3910b53..b6db6a5 100644 --- a/posts/2024/04/photos-navigation-url-scheme.md +++ b/posts/2024/04/photos-navigation-url-scheme.md @@ -37,4 +37,8 @@ And some other hosts / actions that seem to be supported: It looks like these are supported for the `photos:` URL scheme as well but I had zero luck opening that URL at all, rather than the `photos-navigation:` scheme which at least opens the app in all cases. -The next step might be trying to figure out which app/framework handles the Photo Shuffle lock screen and then decompile that to figure out which URL it calls. \ No newline at end of file +The next step might be trying to figure out which app/framework handles the Photo Shuffle lock screen and then decompile that to figure out which URL it calls. + +---- + +_Update 2024-10-11: `photos-navigation://memories` works on the iOS 18.1 beta however I've still had no luck with navigation to a specific asset._