I want to share image on google plus:
I have used google+ api
AppDelegate.m
[GPPSignIn sharedInstance].clientID = @\"MyClientID\"; [GPPDeepLink s
Amit Bhavsar say the correct. Go to Build Settings, Linking, set in Other Linker Flags, into debug and release, -ObjC. Check that you AppDelegate implement GPPDeepLinkDelegate and your views also.