Y
Hacker News
new
|
ask
|
show
|
jobs
by
fancy_pantser
4341 days ago
URL Schemes are the only way to communicate between apps. So to launch an app you'd need to know it's NSURL (for spotify it's "spotify") to build a URL and do: [[UIApplication sharedApplication] openURL:];
1 comments
andrewljohnson
4341 days ago
There are also App Extensions now, as of iOS8:
https://developer.apple.com/library/prerelease/ios/documenta...
link