Anton Holovin
Anton Holovin

Reputation: 5673

Client ID for Android application with different flavors

I'm creating app that has 15 (!) flavors. The app works with Google Play Services, so I need to register Client ID for application.

Every flavor has own applicationId (package name) and Google Developers Console needs package name with certificate sha1 fingerprint. All flavors use single keystore.

Should I register 15 different android apps on the Google Developers Console? Is it possible to get single Client ID for different flavors?

Upvotes: 3

Views: 675

Answers (1)

nasch
nasch

Reputation: 5498

Package name is what identifies an app, so 15 different packages means 15 apks. One project I work on has over 20 and it works fine.

Upvotes: 3

Related Questions