Page 1 of 1

Playstore error -> debuggable APK ?!

Posted: Mon Nov 13, 2017 9:42 pm
by plouf
i am trying to test to upload an app to Play Store and i am getting error
You uploaded a debuggable APK. For security reasons you need to disable debugging before it can be published in Google Play. Learn more about debuggable APKs.
does anyone knows why ? (offcourse debbuger) is off, and no "debug "lines exist

Re: Playstore error -> debuggable APK ?!

Posted: Mon Nov 13, 2017 10:33 pm
by Fred
Did you signed it ?

Re: Playstore error -> debuggable APK ?!

Posted: Tue Nov 14, 2017 5:32 am
by plouf
no, buts thats another error, first asks for that

Re: Playstore error -> debuggable APK ?!

Posted: Tue Nov 14, 2017 5:24 pm
by Fred
IIRC the error is gone once it's signed.

Re: Playstore error -> debuggable APK ?!

Posted: Tue Nov 14, 2017 10:58 pm
by plouf
saga continues :)
yui are correct that error has gone with correct signing, but now i get an error
Your app has an APK with version code 10000 that requests the following permission(s): android.permission.READ_PHONE_STATE. Apps using these permissions in an APK are required to have a privacy policy set.
i found that inside APK , android manifest has this version, but definitely i have NOT declare it (i use version1.0 in Compiler->"CreateAPP")

simple google search, point to something to do with cordova, but i dont know how can i fix it !

[Edit]
compile it with SB2.0 has crete a version 20001000 , where app store accept it !

Re: Playstore error -> debuggable APK ?!

Posted: Mon Dec 04, 2017 7:19 pm
by plouf
plouf wrote:saga continues :)
yui are correct that error has gone with correct signing, but now i get an error
Your app has an APK with version code 10000 that requests the following permission(s): android.permission.READ_PHONE_STATE. Apps using these permissions in an APK are required to have a privacy policy set.
i found that inside APK , android manifest has this version, but definitely i have NOT declare it (i use version1.0 in Compiler->"CreateAPP")

simple google search, point to something to do with cordova, but i dont know how can i fix it !

[Edit]
compile it with SB2.0 has crete a version 20001000 , where app store accept it !
any idea . future plan about this ?