I trying to integrate google map to my app. Google map work perfectly in debug version apk. Also I am generate signed apk and install in device. The Google map works fine in signed apk version. But when I am install my app from Play store - The google map not load show white blank (SHA-1 key add in API Console and enable google map sdk for android). I am using -
implementation 'com.google.android.gms:play-services-maps:12.0.0'
Is anything I need to upgrade ?