I've been using this plugin today and was having difficulty getting links from notifications to open in the FR24 iOS app. They would always open the app and the app would immediately forward the request to the browser. It turns out you need to add the ID to the URL. Updating the URL for the notification to be as follows fixed it so they now open natively in the app on iOS. I didn't see the id value in the documentation but found it by looking at the automation trace. I figured I'd share so maybe you could update the documentation if you felt it was relevant for others. Here's the YAML I'm using for the automation now:
I've been using this plugin today and was having difficulty getting links from notifications to open in the FR24 iOS app. They would always open the app and the app would immediately forward the request to the browser. It turns out you need to add the ID to the URL. Updating the URL for the notification to be as follows fixed it so they now open natively in the app on iOS. I didn't see the id value in the documentation but found it by looking at the automation trace. I figured I'd share so maybe you could update the documentation if you felt it was relevant for others. Here's the YAML I'm using for the automation now: