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
  • 30,587
  • 45
  • 171
  • 298

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,460
  • 4
  • 34
  • 67
abraham
  • 44,161
  • 9
  • 92
  • 140
  • 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,063
  • 2
  • 24
  • 38