What is the KeyStore when using Google Play Key Signing Service?

I choose to use Google Key Signing Service to sign my games in Play Store:


Then what do you use for the KeyStore file and password to configure the Android build?

Thanks!

As far as I know, Unity (and therefore Unity Cloud Build also) does not support Google Play App Signing. You can instead generate a keystore from Android Studio or generate a keystore from Unity.

Got it. Thanks for the info!