Image Sharing Using Google Plus in ios

后端 未结 6 1279
谎友^
谎友^ 2021-02-04 09:51

I want to share image on google plus:

I have used google+ api

AppDelegate.m

[GPPSignIn sharedInstance].clientID = @\"MyClientID\";
[GPPDeepLink s         


        
6条回答
  •  耶瑟儿~
    2021-02-04 10:13

    open your build setting of target :

    build setting of target >goto linking section > Other linker flag Set other linker flag to : -ObjC

    make sure your character should be > -ObjC (matching case) .

提交回复
热议问题