CrossGeeks / GoogleClientPlugin

Google Client Plugin for Xamarin iOS and Android
https://www.pujolsluis.com/google-client-plugin-for-xamarin/
MIT License
89 stars 37 forks source link

Not able to resolve GoogleClientManager.Initialize(this) in Android and GoogleClientManager.Initialize(); in iOS #1

Closed hashimks closed 6 years ago

hashimks commented 6 years ago

Hello,

I am using the plugin 1.0.3-beta in my Xamarin forms app developed in .net standard 2. I added the nuget to whole solutions (Portable, Droid and iOS). However I am not able to resolve

GoogleClientManager.Initialize(this) in Android and GoogleClientManager.Initialize(); in iOS. I am really stuck here. Can you please help me out?

Thanks, Hashim K S

hashimks commented 6 years ago

Can anyone please help me?

hashimks commented 6 years ago

Hello????

Pujolsluis commented 6 years ago

Hey @hashimks I will be looking into this issue on this upcoming weekend, we have been kind of busy lately but I will definitely check it out, we are still doing some adjustments to the Plugin. I will give you my feedback once I review the problem. Could you try updating to the latest version 1.0.4-beta and verify if you still have the same problem?

hashimks commented 6 years ago

@Pujolsluis Thanks a lot for your assistance. I had tried initially with 1.0.4 version and had the same issue. So when i checked the sample I could see it as 1.0.3. So i used that version and the same issue. I tried the sample aqs well and that also did not work

hashimks commented 6 years ago

@Pujolsluis Hello.. Did you get a chance to check this?

Pujolsluis commented 6 years ago

Hey @hashimks, Yes I'm working on the updates right now, will have the stable version by tomorrow.

Pujolsluis commented 6 years ago

Hey @hashimks, Today we released the v1.0.9-beta in which I have personally validated that now everything is up and running, you should be able to use the plugin without any problems on iOS and Android, just follow the Setup Guides on the repo and it should work.

Sorry for the delay and Happy coding!

hashimks commented 6 years ago

@Pujolsluis Thanks a lot... really appreciate it.. will check and update.