ios-app icon indicating copy to clipboard operation
ios-app copied to clipboard

How to contribute code?

Open jinleili opened this issue 5 years ago • 1 comments

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"
  }
 }
}

IMG_B3B70EE33CC9-1

jinleili avatar Apr 17 '21 07:04 jinleili

No good way yet, working on a better solution for contributors. You may change the code to send the package name as one.mixin.messenger

cedricfung avatar Apr 17 '21 12:04 cedricfung