Git Product home page Git Product logo

googleplus-ios-sdk's Introduction

Google Plus SDK for iOS 1.4.0

This Google+ iOS SDK allows users to sign in and share with Google+ from third-party apps. The SDK also provides Google+ APIs for the app to access the list of people in user-selected circles and to read and write user's app activities. The SDK contains the following files:

README -- This file.

Changelog -- The versions and changes of the SDK.

GooglePlus.framework/ -- The Google+ SDK framework.

GooglePlus.bundle/ -- Resources that can be used in your app.

GoogleOpenSource.framework/ -- A framework containing all the open source files used by the SDK. Either add this framework or add individual files in OpenSource/ directory into your project.

OpenSource/ -- Google open source files used by the SDK. This contains the same code as in GoogleOpenSource.framework. If you're not adding GoogleOpenSource.framework, add the files you need from this directory into your project.

SampleCode/ -- Sample code for your reference only. Do not include this in your project. GooglePlusSample.xcodeproj/ -- The Xcode project.

Changelog

2014-09-12 -- v1.7.1

  • Bug fixes

2014-05-22 -- v1.7.0

  • Support for one-time authorization code
  • Fixed bug where OAuth token sometimes expires without being able to refresh
  • Other bug fixes

2014-01-28 -- v1.5.1

  • Allow using the reversed client ID for redirect URL scheme to sign in

2013-12-12 -- v1.5.0

  • Suggested recipients based on affinity and relevance
  • Sharing to all Google contacts
  • Comprehensive list of contacts for search
  • Allow users to add people they are sharing with to a circle
  • Bug fixes

2013-10-09 -- v1.4.1

  • Bug fixes

2013-09-30 -- v1.4.0

  • Native sharebox
  • ID token support
  • Bug fixes

2013-05-07 -- v1.3.0

  • Packaged as framework
  • Bug fixes

2013-02-26 -- v1.2.1

  • Interactive posts on Google+ share
  • Improved sign-in and share APIs to use shared instances
  • Automatic retrieval of user identity upon sign-in
  • Expanded Google+ moments API support
  • Updated sample app

2012-10-12 -- v1.1.0

  • Content deep linking on Google+ share
  • iOS6 support
  • Shortened class names
  • Bug fixes

2012-06-25 -- v1.0.0

  • Google+ sign-in button, share plugin, and Google+ history integration library with sample app.

Developpers

By using Google Developers (the "Service"), you agree to be bound by our Google Terms of Services located at http://www.google.com/accounts/TOS as well as these additional terms. Google may change these terms from time to time and post any modified terms at http://developers.google.com/readme/terms/. You understand and agree that if you use the Service after the date on which these terms have changed, Google will treat your use as acceptance of the updated terms.

Developpers Google

API Reference

API Reference

googleplus-ios-sdk's People

Contributors

ehuynh avatar kolyuchiy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

googleplus-ios-sdk's Issues

Update ?

is it possible to get an updated version of this ?

I want to use google plus SDK to get google plus contacts in my application ?

Hi I have a requirement, I want to use google plus SDK to get google plus contacts in my application ?

So I gone through google [https://developers.google.com/+/mobile/ios/] SDK website. So their they said : ( Google+ Sign-In is deprecated, and is likely to not function as expected. Do not use Google+ Sign-In in new apps. To sign in users with their Google Accounts, use Google Sign-In. See the migration guide to migrate from Google+ Sign-In.)

And they also said : (If you just want to allow users to sign -in to your app using their google accounts, and don't need any google+ features, use Google Sign-In)

So now my doubt is, How can I get google plus contacts using google sign-in . Or Is there any other way to get google plus contacts ?

Below is the image link in which they said these lines.

So please help me how to get the google plus contacts ?

screen shot 2016-05-12 at 7 50 48 pm

Pod version does not build due to strict project settings

I'm trying to get the Pod to build, but my project settings are more strict, so this fails due to next errors:

In file included from ./Pods/googleplus-ios-sdk/google-plus-ios-sdk-1.7.1/GooglePlus.framework/Headers/GooglePlus.h:12:
./Pods/googleplus-ios-sdk/google-plus-ios-sdk-1.7.1/GooglePlus.framework/Headers/GPPDeepLink.h:11:1: error: treating #import as an import of module 'Foundation' [-Werror,-Wauto-import]
#import <Foundation/Foundation.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@import Foundation;
In file included from ./Pods/googleplus-ios-sdk/google-plus-ios-sdk-1.7.1/GooglePlus.framework/Headers/GooglePlus.h:13:
./Pods/googleplus-ios-sdk/google-plus-ios-sdk-1.7.1/GooglePlus.framework/Headers/GPPShare.h:66:1: error: treating #import as an import of module 'Foundation' [-Werror,-Wauto-import]
#import <Foundation/Foundation.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@import Foundation;
./Pods/googleplus-ios-sdk/google-plus-ios-sdk-1.7.1/GooglePlus.framework/Headers/GPPShare.h:67:1: error: treating #import as an import of module 'UIKit' [-Werror,-Wauto-import]
#import <UIKit/UIKit.h>
^~~~~~~~~~~~~~~~~~~~~~~
@import UIKit;
In file included from ./Pods/googleplus-ios-sdk/google-plus-ios-sdk-1.7.1/GooglePlus.framework/Headers/GooglePlus.h:14:
./Pods/googleplus-ios-sdk/google-plus-ios-sdk-1.7.1/GooglePlus.framework/Headers/GPPSignIn.h:11:1: error: treating #import as an import of module 'Foundation' [-Werror,-Wauto-import]
#import <Foundation/Foundation.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@import Foundation;
./Pods/googleplus-ios-sdk/google-plus-ios-sdk-1.7.1/GooglePlus.framework/Headers/GPPSignIn.h:12:1: error: treating #import as an import of module 'UIKit' [-Werror,-Wauto-import]
#import <UIKit/UIKit.h>
^~~~~~~~~~~~~~~~~~~~~~~
@import UIKit;
In file included from ./Pods/googleplus-ios-sdk/google-plus-ios-sdk-1.7.1/GooglePlus.framework/Headers/GooglePlus.h:15:
./Pods/googleplus-ios-sdk/google-plus-ios-sdk-1.7.1/GooglePlus.framework/Headers/GPPSignInButton.h:11:1: error: treating #import as an import of module 'UIKit' [-Werror,-Wauto-import]
#import <UIKit/UIKit.h>
^~~~~~~~~~~~~~~~~~~~~~~
@import UIKit;
In file included from ./Pods/googleplus-ios-sdk/google-plus-ios-sdk-1.7.1/GooglePlus.framework/Headers/GooglePlus.h:16:
./Pods/googleplus-ios-sdk/google-plus-ios-sdk-1.7.1/GooglePlus.framework/Headers/GPPURLHandler.h:11:1: error: treating #import as an import of module 'Foundation' [-Werror,-Wauto-import]
#import <Foundation/Foundation.h>

So obviously it is trying to compile the header with my project settings, which obviously will not work. How to enforce the framework to be compiled with Pod rules instead?

GooglePlus.bundle of SDK 1.7.1 not loaded

When i use the GTMOAuth2ViewControllerTouch the nib not loaded correctly from GooglePlus.bundle, while if I put the xib it all works fine.

note: the bundle is correctly included in the target

Help please.

Only google urls are getting posted to profile using GPPShareBuilder

Im trying share url using GPPShareBuilder.Used following code

id shareBuilder = [[GPPShare sharedInstance] shareDialog];

        NSURL *urlToShare = [NSURL URLWithString:@"www.google.com];
        [shareBuilder setURLToShare:urlToShare];
        [shareBuilder setPrefillText:@"test post"];
        if ([[GPPSignIn sharedInstance] authentication]) {
            NSURL *actionURL;
            actionURL = [NSURL URLWithString:
                             @"www.google.com"];

            [shareBuilder setCallToActionButtonWithLabel:@"Open"
                                                     URL:actionURL
                                              deepLinkID:nil];
    }
    [shareBuilder open];

This is working fine and post is visible on my profile

But when I try to change url in this line "NSURL *urlToShare = [NSURL URLWithString:@"www.google.com];" the preview is being shown correctly delegate method is returning success but post is not visible on profile.This is working only for google links

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.