I can't share to Google+ from my application, I am getting an error:
ActivityNotFoundException
I have installed Google+ application on my device. Now I read also the documentation in developer.google.com and here they talk about the object PlusClient
, that I can't find in my library. I also notice that the documentation was written in 2013.
So my question: Is GoogleApiClient
, that I implemented to handler connection with Google play game services, used also for Google+? and how can I implement them with the new API version ?
Thanks at all for reply !