Image Sharing Using Google Plus in ios

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

    I have also faced this issue, but finally i found the answer. As above some of friends said, I forgot Add the ObjC linker flag to the app target's build settingss:

    So, go to Build Settings page of Targets section of the app, once gone over there, add following in Other Linker Flags

    -ObjC

    So, this may be helps you Friend!!!

提交回复
热议问题