1

I understand there is a developer portal for Google+, but I'm not sure how I can use this stuff to implement a +1 button within my iOS app. I want something simple, just like how ShareKit does it with facebook and twitter, but for Google+. How would I get started with this?

Snowman
  • 31,411
  • 46
  • 180
  • 303

2 Answers2

2

Currently Google+ only provides a JavaScript based +1 button. If you would like to +1 URLs from within your iOS app you should star this feature request.
EDIT: The issue is marked as "Fixed" now, but with a solution that probably won't help for iOS apps.

Update: Google now has a Google+ Platform for iOS.

Mu Mind
  • 10,935
  • 4
  • 38
  • 69
abraham
  • 46,583
  • 10
  • 100
  • 152
  • That feature request has been marked as "Fixed" with a solution that I don't think helps iOS apps. But I think this is exactly what the OP is looking for: https://developers.google.com/+/mobile/ios/ – Mu Mind Sep 19 '12 at 08:18
0

Check out http://code.google.com/p/google-api-objectivec-client/

Sonny Saluja
  • 7,193
  • 2
  • 25
  • 39