3

I am working on Xamarin Android Application.I am getting ConnectionResult{statusCode=SERVICE_VERSION_UPDATE_REQUIRED, resolution=null, message=null when I try to log in through Google plus in my application.What does this mean? How can I solve this?

soorapadman
  • 4,451
  • 7
  • 35
  • 47
Dhruv Gohil
  • 842
  • 11
  • 34

1 Answers1

3

This message indicates that you need to update Google Play Servcies:

The message from ConnectionResult

The installed version of Google Play services is out of date

Google Play services in Play Store

SuperFrog
  • 7,631
  • 9
  • 51
  • 81
  • 1
    How can I update Google Play Services?.I have tried to search about it but did't get it – Dhruv Gohil Nov 02 '15 at 12:30
  • Well, use Google play store, and upadte to the latest version – SuperFrog Nov 02 '15 at 12:30
  • https://play.google.com/store/apps/details?id=com.google.android.gms&hl=en – SuperFrog Nov 02 '15 at 12:31
  • To update play store to latest, go to the installed "Play Store" app > Settings > click the version number. It will then show modal dialog to download to latest version. – Jeson Martajaya Nov 30 '17 at 08:09
  • Sorry @UdiIdan, but I'm not sure that's how it's done for Xamarin. I haven't been able to make that work, anyway - do you have any insights into how it should be done for this specific technology? – R. McManaman Feb 27 '18 at 21:36