Reputation: 289
In Google API console for Android application, how to create multiple client id for the same application with same package name and different sha1 keys?
For single client it works perfectly, when I add the second sha1 key with same package rest of the one is not working.
How can I create the multiple client id for same application with same package name?
Upvotes: 0
Views: 941
Reputation: 11817
Simply generate a ClientID for your app. Thenk you'll see that under the "Client ID for installed applications" table there is a "Create another client ID..." button. Use it to add another client ID for the same app with different SHA1.
The only negative consequence is that you have to provide your package name, icon and project name for every clientID, so if something has to be changed it has to be changed for every clientID
Upvotes: 1