I would like to create a Widget for macOS that queries for data stored and managed by an installed macOS native app.
Is it possible to use a URLSession to query and return locally stored data from an installed macOS application instead of doing a network request ?
This would use the deep link URL associated and registered with the local app.
Any security issues to be aware of?
Thanks
Is it possible to use a URLSession to query and return locally stored data from an installed macOS application instead of doing a network request ?
This would use the deep link URL associated and registered with the local app.
Any security issues to be aware of?
Thanks