GitHub - gatzsche/LSApplicationQueriesSchemes-Working-Example: iOS 9 introduces LSApplicationQueriesSchemes to allow apps to query if other apps are installed. This project provides two sample apps which are querying for each other. I use these two apps to communicate with Apple and others.

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

LSApplicationQueriesSchemes-Working-Example

iOS 9 introduces LSApplicationQueriesSchemes to allow apps to query if other apps are installed. This project provides two sample apps TestA and TestB which are querying for each other.

  • Both TestA and TestB define a URL Scheme within their info.plist files
  • TestA adds TestB and TestB adds TestA to its LSApplicationQueriesSchemes inside info.plist
  • Thus both apps are allowed to query for each other.

About

iOS 9 introduces LSApplicationQueriesSchemes to allow apps to query if other apps are installed. This project provides two sample apps which are querying for each other. I use these two apps to communicate with Apple and others.

Resources

Readme

License

MIT license

Activity

Stars

25 stars

Watchers

3 watching

Forks

9 forks

Releases

No releases published