I have an IOS14 as a Background Server, and I know that a shortcut can be run automatically.
My problem is different:
I have a location trigger, when I arrive at home -> Run Shortcut
This Shortcut is an easy url that opens an iphone app (xcallbackurl)
The problem is that the notification is shown, but I would like to run the Shortcut without my push on the notification. (The automations based on locations triggers on Shortcuts app needs approbation too, so is not an option)
in iOS it is simply not possible (for 3rd-party apps) to open anything from the background.
apps can do āsomeā background work (eg: update their stuff on location triggers or similar), but they can never open or trigger another app or open something visible to the user. that is why the Pushcut Automation Server requires this āalways foregroundā modeā¦
there are more and more automations available in Shortcuts directly that can run without confirmation - but afaik location triggers are not one of them⦠: (
Thanks for your reply. So I always need to push the notification.
Talking about server, the most important functionality is to be able to run shortcuts, etc⦠On the background, but never interacting with clients (iPhone,iPad).
Thanks for your reply, now itās time to think possible uses to optimize the server !!! Could you gave us some samples please ?
Apologies for jumping on an old post. Does this count for apple apps also, like siri shortcuts?
I am trying to run a shortcut that is triggered from my device (carplay connects) and then pushcut runs the shortcut ācarplay navigationā without interaction. Currently it works on my server device without interaction.
Have you already tried to create a Personal Automation using only the Shortcuts app? I think thereās a CarPlay trigger there that can be activated without interaction.
Yeah, Iām pretty sure in this case, given iOS limitations, thereās nothing you could do.
Since ādictate textā is a shortcut action that activates the device microphone, itās very unlikely that Apple will ever allow it to run without any specific demonstration of intent from the user due to the privacy and security risks.
A less convenient option would be to trigger this shortcut via Siri instead of relying on the CarPlay trigger.
Thank you!!
It makes sense when you put it like that, I think itās just disappointing because it has only been implemented recently that it needs that interaction. Defeats the purpose of dictation really lol.
Thanks again!
Iām not sure Iām following the ānot possibleā logic. Another iOS app, SimpleCommands, can (until last week) connect to the MyQ garage API. I can then set a geofence in Alexa to open my garage, with the aid of SimpleCommands. It happens without user intervention. Since SimpleCommands is being challenged right now with that MyQ API, Iām looking at other solutions. Seems you might be saying Pushcut cannot do what Iām attempting? Is that correct? (Connect to the MyQ API so I can run the Shortcut without my intervention.)