EddyVerbruggen / cordova-plugin-googleplus

:heavy_plus_sign: Cordova plugin to login with Google Sign-In on iOS and Android
567 stars 630 forks source link

ios crash - conflict with com.phonegap.plugins.facebookconnect plugin #218

Open Radu80 opened 8 years ago

Radu80 commented 8 years ago

Hi, I use in may project window.plugins.googleplus.login method When reach that part ios app stop working. I have made the build using build.phonegap.com I have no idea what is the problem

Radu80 commented 8 years ago

I have commented out the gap:plugin name="com.phonegap.plugins.facebookconnect" from config.xml and now the google sign is working successfully. So it seems to be a conflict between cordova-plugin-googleplus and phonegap.plugins.facebookconnect. Any idea how to solve it?

ShinyMetildaJ commented 8 years ago

Hi , This issue is introduced after the recent commit where certain code has been reverted. Refer the following #191 to make it work

Radu80 commented 8 years ago

Hi, I use phonegap build I add into config.xml, as is says into installation doc (point 5):

5. Installation (PhoneGap Build)
Add this to your config.xml:
<gap:plugin name="cordova-plugin-googleplus" source="npm">
  <param name="REVERSED_CLIENT_ID" value="myreversedclientid" />
</gap:plugin>"

I don't have control of any other part. Please help

pilladooo commented 8 years ago

Install cordova-plugin-facebook4 to resolve issue.

https://github.com/jeduan/cordova-plugin-facebook4