Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote App Launch #7

Closed
justinjdickow opened this issue Nov 6, 2014 · 0 comments
Closed

Remote App Launch #7

justinjdickow opened this issue Nov 6, 2014 · 0 comments

Comments

@justinjdickow
Copy link
Contributor

SDL_Core should be able to query compatible applications on the smartphone, list them for the user, and launch them remotely even if they are currently not in the background.

For iOS, this solution involves understanding the URL schemes of the applications that are installed on the iOS device. For Android, the package names are required. SDL current supports Android with a service for each SDL Android application which connects after an SDP query (bt-device for the included transport adapter)

It is possible that we can use a system request notification to the handset to launch the applications, but we need to investigate the need for creating new RPCs as well.

The launching strategy should be the same whether the connected handset is Android or iOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant