When I distributed apk using firebase app distribution, No Google Play Store Key error occure

Hi.
I tried to make app distribution system using firebase app distribution.
When I install apk directly it installed and work well.
But when I install apk using firebase app distribution. it is not work.
Here is error log image.

also here is log on logcat

E/: isWhitelistProcess - Process is Whitelisted
E/: accessInfo : 1
E/Fish.RpgProjec: Unknown bits set in runtime_flags: 0x8000
com.Test.Project E/PermissionHelper: GVRTransition2DActivity.getActivity() failed. Trying to get GameActivity.
com.Test.Project E/DecorView: mWindow.mActivityCurrentConfig is null
com.Test.Project E/NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::sendDrawingTid()
com.Test.Project E/NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::sendDrawingTid()
com.Test.Project E/DecorView: mWindow.mActivityCurrentConfig is null
com.Test.Project E/DecorView: mWindow.mActivityCurrentConfig is null
com.Test.Project E/NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::sendDrawingTid()
com.Test.Project E/NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::sendDrawingTid()
com.Test.Project E/DecorView: mWindow.mActivityCurrentConfig is null

I tried follow GooglePlayStoreKey Tutorial(언리얼 엔진으로 Google Play 스토어에 Android 프로젝트 릴리즈 사이닝 | 언리얼 엔진 5.1 문서) but it is not work.
Help me please.