Since iOS App's Bundle Identifier is all AppStore unique, use my own apple developer account to run code need modify Bundle Identifier, but when configured the GoogleService-Info.plist and start to login, I got the following error:
{
"error": {
"status": 202,
"code": 10002,
"description": "The request data has invalid field.",
"extra": {
"field": "package_name",
"reason": "package name is invalid"
}
}
}

Since iOS App's
Bundle Identifieris all AppStore unique, use my own apple developer account to run code need modify Bundle Identifier, but when configured theGoogleService-Info.plistand start to login, I got the following error: