Using iOS actionable notifications to launch alternate app

Thanks for sharing the new Reolink identifier. This url works for me “fb1675493782511558://”

It might change though. I had “reolink://” working in an actionable notification for about a year untill it changed.

1 Like

Quick update: you can now open any app on iOS with the shortcut uri.

Just create a shortcut that launch your app, and use this uri to run that shortcut:

shortcuts://run-shortcut?name=[shortcut_name]

You can also pass inputs to the shortcut to create a switch/case and open app based on the input with only one shortcut.

3 Likes

Hello, Is it possibile instead to avoid to open any app when clicking on the notification? I just want the actions to be clicked.
Thanks

It sounds like you just need to enable a regular device notification, which is a heck of a lot less involved than an actionable one.