I’ve done all the setup for google services in my project, added shipping key and can successfully package a shipping build. When I download it from play market as internal tester, it crashes after splash screen. Google’s automated testing also shows crash. They both have the same crash log. Help me understand this please. Googling didn’t help
08-03 15:10:29.517 31863 31863 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
08-03 15:10:29.518 31863 31863 F DEBUG : Build fingerprint: ‘POCO/alioth_global/alioth:13/TKQ1.220829.002/V14.0.7.0.TKHMIXM:user/release-keys’
08-03 15:10:29.518 31863 31863 F DEBUG : Revision: ‘0’
08-03 15:10:29.518 31863 31863 F DEBUG : ABI: ‘arm64’
08-03 15:10:29.518 31863 31863 F DEBUG : Timestamp: 2023-08-03 15:10:29.339518146+0300
08-03 15:10:29.518 31863 31863 F DEBUG : Process uptime: 3s
08-03 15:10:29.518 31863 31863 F DEBUG : ZygotePid: 1881541632
08-03 15:10:29.518 31863 31863 F DEBUG : Cmdline: com.CHAKLUN.GoldAndGloryDungeonRaid
08-03 15:10:29.518 31863 31863 F DEBUG : pid: 31678, tid: 31767, name: GameThread >>> com.CHAKLUN.GoldAndGloryDungeonRaid <<<
08-03 15:10:29.518 31863 31863 F DEBUG : uid: 10439
08-03 15:10:29.518 31863 31863 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0000000000000008
08-03 15:10:29.518 31863 31863 F DEBUG : Cause: null pointer dereference
08-03 15:10:29.518 31863 31863 F DEBUG : x0 0000000000000000 x1 0000007091171038 x2 0000007086875c58 x3 00000000000001b0
08-03 15:10:29.518 31863 31863 F DEBUG : x4 00000070678bb28e x5 000000703cd669ee x6 0049004f00520044 x7 00700075002e0044
08-03 15:10:29.518 31863 31863 F DEBUG : x8 00000000018cc240 x9 000000708a45f000 x10 0000000000000015 x11 0000000000000019
08-03 15:10:29.518 31863 31863 F DEBUG : x12 ffffff80ffffffd0 x13 0000007091170cb0 x14 0000000000000000 x15 0000000000000000
08-03 15:10:29.518 31863 31863 F DEBUG : x16 000000708a312238 x17 00000071931101dc x18 00000000fffff622 x19 0000000064cb9935
08-03 15:10:29.518 31863 31863 F DEBUG : x20 0000007091176000 x21 0000000000000001 x22 00000070678baf00 x23 0000000000000000
08-03 15:10:29.518 31863 31863 F DEBUG : x24 00000070679ab760 x25 0000000000000051 x26 0000007091171038 x27 00000070678baf00
08-03 15:10:29.518 31863 31863 F DEBUG : x28 0000000000000000 x29 0000007091170ec0
08-03 15:10:29.518 31863 31863 F DEBUG : lr 0000007086fcd264 sp 0000007091170ec0 pc 0000007086fd1a80 pst 0000000060001000
08-03 15:10:29.518 31863 31863 F DEBUG : backtrace:
08-03 15:10:29.518 31863 31863 F DEBUG : #00 pc 0000000003d50a80 /data/app/~~9gFx2QfP11ipkwdPlriFQw==/com.CHAKLUN.GoldAndGloryDungeonRaid-ER9Bs245Ihc7qP2ZMnM3HA==/split_config.arm64_v8a.apk!libUnreal.so (BuildId: 6a2a646dd216609411586b078565aae2f0468378)
08-03 15:10:29.518 31863 31863 F DEBUG : #01 pc 0000000003d4c260 /data/app/~~9gFx2QfP11ipkwdPlriFQw==/com.CHAKLUN.GoldAndGloryDungeonRaid-ER9Bs245Ihc7qP2ZMnM3HA==/split_config.arm64_v8a.apk!libUnreal.so (BuildId: 6a2a646dd216609411586b078565aae2f0468378)
08-03 15:10:29.518 31863 31863 F DEBUG : #02 pc 0000000003d4bfbc /data/app/~~9gFx2QfP11ipkwdPlriFQw==/com.CHAKLUN.GoldAndGloryDungeonRaid-ER9Bs245Ihc7qP2ZMnM3HA==/split_config.arm64_v8a.apk!libUnreal.so (BuildId: 6a2a646dd216609411586b078565aae2f0468378)
08-03 15:10:29.518 31863 31863 F DEBUG : #03 pc 0000000003e12850 /data/app/~~9gFx2QfP11ipkwdPlriFQw==/com.CHAKLUN.GoldAndGloryDungeonRaid-ER9Bs245Ihc7qP2ZMnM3HA==/split_config.arm64_v8a.apk!libUnreal.so (BuildId: 6a2a646dd216609411586b078565aae2f0468378)
08-03 15:10:29.518 31863 31863 F DEBUG : #04 pc 00000000023ae950 /data/app/~~9gFx2QfP11ipkwdPlriFQw==/com.CHAKLUN.GoldAndGloryDungeonRaid-ER9Bs245Ihc7qP2ZMnM3HA==/split_config.arm64_v8a.apk!libUnreal.so (BuildId: 6a2a646dd216609411586b078565aae2f0468378)
08-03 15:10:29.518 31863 31863 F DEBUG : #05 pc 00000000023a8c18 /data/app/~~9gFx2QfP11ipkwdPlriFQw==/com.CHAKLUN.GoldAndGloryDungeonRaid-ER9Bs245Ihc7qP2ZMnM3HA==/split_config.arm64_v8a.apk!libUnreal.so (BuildId: 6a2a646dd216609411586b078565aae2f0468378)
08-03 15:10:29.518 31863 31863 F DEBUG : #06 pc 00000000023a8528 /data/app/~~9gFx2QfP11ipkwdPlriFQw==/com.CHAKLUN.GoldAndGloryDungeonRaid-ER9Bs245Ihc7qP2ZMnM3HA==/split_config.arm64_v8a.apk!libUnreal.so (BuildId: 6a2a646dd216609411586b078565aae2f0468378)
08-03 15:10:29.518 31863 31863 F DEBUG : #07 pc 000000000238ea50 /data/app/~~9gFx2QfP11ipkwdPlriFQw==/com.CHAKLUN.GoldAndGloryDungeonRaid-ER9Bs245Ihc7qP2ZMnM3HA==/split_config.arm64_v8a.apk!libUnreal.so (BuildId: 6a2a646dd216609411586b078565aae2f0468378)
08-03 15:10:29.518 31863 31863 F DEBUG : #08 pc 0000000002397e0c /data/app/~~9gFx2QfP11ipkwdPlriFQw==/com.CHAKLUN.GoldAndGloryDungeonRaid-ER9Bs245Ihc7qP2ZMnM3HA==/split_config.arm64_v8a.apk!libUnreal.so (BuildId: 6a2a646dd216609411586b078565aae2f0468378)
08-03 15:10:29.518 31863 31863 F DEBUG : #09 pc 000000000239b0a4 /data/app/~~9gFx2QfP11ipkwdPlriFQw==/com.CHAKLUN.GoldAndGloryDungeonRaid-ER9Bs245Ihc7qP2ZMnM3HA==/split_config.arm64_v8a.apk!libUnreal.so (BuildId: 6a2a646dd216609411586b078565aae2f0468378)
08-03 15:10:29.518 31863 31863 F DEBUG : #10 pc 00000000023b41c4 /data/app/~~9gFx2QfP11ipkwdPlriFQw==/com.CHAKLUN.GoldAndGloryDungeonRaid-ER9Bs245Ihc7qP2ZMnM3HA==/split_config.arm64_v8a.apk!libUnreal.so (BuildId: 6a2a646dd216609411586b078565aae2f0468378)
08-03 15:10:29.518 31863 31863 F DEBUG : #11 pc 00000000000f5548 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+208) (BuildId: 2bb0d7188c0db2e8beecb24658ba9d71)
08-03 15:10:29.518 31863 31863 F DEBUG : #12 pc 000000000008ef3c /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+68) (BuildId: 2bb0d7188c0db2e8beecb24658ba9d71)