Hello all , I have a problem in debug apk When QA...
# android
a
Hello all , I have a problem in debug apk When QA team need to install my apk This alert appear What is problem ?
😶 8
m
Sideloaded?
If you don’t want that popup then it needs to go through review AFAIK
a
what did you mean "AFAIK"
?
@Matti MK
m
As far as I know
Your QA should not worry about that popup to be honest, won’t be shown to the user after it passes play review
k
Do you already have that app in store ? Is this apk signed with release key ?
t
That means that the APK is not signed / recognized by the Google Play Store. Your QA team can install anyway the app since it's yours. https://support.google.com/googleplay/answer/2812853?hl=en
a
How can I make the Google Play Store recognize it? Will this problem appear when I download it from the store? @Thomas Coutard
@Kamil Kalisz Yes in store, and my APK signed with a release key
t
You have to create a Google Play Developer account https://play.google.com/console/u/0/developers/ to submit your app to be publish on the Google Play Store. You also have to sign your APK with a key
a
I generate APK from here
@Thomas CoutardMy app is already on the store
c
Don't worry about it. It's the play store security popup. Just hit install anyway.
I get it all the time and my app has been on the store for 5+ years
a
This message causes some concern to some users in the market and affects the effectiveness of the work and its income if it also appears through the store
I have to find a solution ASAP
c
there is no solution lol. its the play store security mechanism on the device. it wont show up for actual users. only for builds that people download not from the play store.
k
ā€œThis message causes some concern to some users in the market and affects the effectiveness of the work and its income if it also appears through the storeā€ So message is displayed for users or for your QA team ?
a
@Kamil Kalisz No, In this time display for QA team from debug APK
k
so that is correct behaviour, as this is debug apk signed with debug key. Try to sign your debug apk with ā€œreleaseā€ key
or distribute test version through google play internal test program
a
I already build debug APK with release key and message still appear
Today I uploaded a build on the store to see if this message will disappear or not
?
u
What are you trying to get rid of? If you give someone debug apk either signature it will prompt that dialog. Use release apk with release key then.
m
Out of interest, does it really matter what you name your build variant? After all, you can generate a debug variant and sign it with release keys, or the other way around.. or just have whatever names
k
No. It doesn’t matter