I want to integrate the Google News app with another iOS customized app. I've found the URL scheme for Google News (googlenews://
) and it opens the app. Now I am trying to pass a parameter in order to automatically search news for it. I've used the following URLs with no success.
googlenews://news.google.com/search?q=stackoverflow
googlenews://q=stackoverflow
googlenews://?q=stackoverflow
Looks simple but it doesn't work. How to do that correctly?