I have to share data between iOS Apps without any user interaction.
After some googling, I found that the best possible way for doing that is by using Extension. As per Apple extension guide, users open app extension by interacting with some system-provided user interface. For example, a user accesses a Share extension by activating the system-provided Share button in an app and choosing the extension from the list that’s displayed.
My question is can we access share/action/documentProvider extension without any UI button. Can we customize the way extensions are launched.
Is there any other secured way for inter-app communication.