You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
}
}
}
The text was updated successfully, but these errors were encountered:
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 theGoogleService-Info.plist
and start to login, I got the following error:The text was updated successfully, but these errors were encountered: