简体   繁体   中英

iOS - How can I share on Google+ without the intermediate share screen that the SDK shows?

I have a simple iOS app which I'd like to share Urls on Google+ from. I have implemented their SDK (which basically calls https://plus.google.com/share?url=http://stackoverflow.com ), (note: this is also noted in this SO question, but they don't really address my specific question).

But there is an intermediate screen which requires the user to press "Share". I'd like to not have to do this if possible.

I have read that the G+ API is read only, but I've noticed that Digiback (a camera app for iOS posts to Google+ no problem) shares without having any interaction.

Any advice on how to do this?

Thanks!

Using the current GooglePlus SDK it is not possible to share without intermediate sharing screen.

Hope this will help you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM