Skip to content

Google Sign in Error for iOS - GoogleWrapper.swift handling of googleServerClientID is broken #92

@JaswanthBoore3005

Description

@JaswanthBoore3005

Checklist

  • The issue can be reproduced in the attached sample application in the repository.
  • I have read the relevant SDK documentation and have not found a suitable solution or answer.
  • I agree to the terms within the SAP Code of Conduct.

Description

Google sign in fails on iOS devices with gigya flutter plugin, the issue being googleServerClientID is not handled properly in GoogleWrapper.swift, i have forked and fixed the issue here

Fork - https://github.com/JaswanthBoore3005/gigya-flutter-plugin
commit - b8216d7

Reproduction

Try to do a google login from iOS device
Note that the google signin fails with the below exception

GigyaError(
apiVersion: 2,
callId: bf73883ef8d5404db74b9da49485c302,
details: {
time: 2025-07-10T20:07:06.856Z,
statusReason: Internal Server Error,
errorDetails: 500002 - Server login error,
statusCode: 500
},
errorCode: 500002,
errorMessage: Server login error
)

Additional context

No response

SDK version

3.32.6

Android/iOS

iOS

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions