Beginner: simple App for myself: is it possible to program automatically opening of a given application when receiving a particular notification ? Thx for all. KR
Beginner: simple App for myself: is it possible to automatically open a given application when receiving a particular notification ?
Partial answer here.
https://developer.apple.com/forums/thread/99831
Where do you receive notification from ?
Hi again
thx for the answer. As I understand , an app notification can not make the app itself to open. Ok.
But my idea would be to program a background task, that would scan all incoming notifications. And on receiving a particular notification, to program the opening of a given application (which is by the way related to the given notification).
Possible ?
Thx again. KR.