Reputation: 39
I was wondering if there is a way to send data to another app i.e. a custom URL scheme, without opening the app.
Upvotes: 0
Views: 394
Reputation: 16941
You can launch another app using a URL-scheme (and even pass data to it through that URL), but you can't send data to another app installed on the same iPhone without launching it.
What are you trying to achieve? Maybe there is a different way to solve your problem.
Upvotes: 2