Image Sharing Using Google Plus in ios

后端 未结 6 1198
谎友^
谎友^ 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:16

    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.

提交回复
热议问题