Google App Invite - message could not be sent

When sending an application invitation, the following error appears:

generic :: INVALID_ARGUMENT: com.google.apps.framework.request.BadRequestException: no associated application and / or client ID was found for the package name

Some information:

  • I tried with both a signed release key and a debug key
  • My application works in the Play Store.

Did anyone know about this?

+4
source share
1 answer

Just as an error indicates that a client identifier for this application was not found.

You need:

Go to developer console projects
APIs & auth
Credentials
Create new client ID:
  Installed application
  Android
  Enter package name
  Enter SHA1 for RELEASE OR DEBUG (which ever one you want it to work with)
  Make deep linking choice
  Create

I will not explain how to get SHA1 or something else, as this is easy to find.

, , , , - . .

, google-services.json, , .

+2

All Articles