How to launch and share with Google + app

I just implemented the sharing feature for google + using the google + SDK.

I just used similar code like here https://developers.google.com/+/mobile/ios/share#basic_sharing

When I try to share something, it starts safari and promotions. Everything is good.

But, I would like to run google + app if installed. I couldn't find anything about this in the docs.

Does anyone know the url for google + app? If so, what parameters can be used? Is this officially supported by Google?

+3


source to share


1 answer


Unfortunately, this is currently not possible. But you can always request such a feature in our Issue Tracker, which you can find at http://developers.google.com/+/support .



I also recommend reading the question linked in the comment above as it provides information on a more general use case.

+2


source







All Articles