-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug vs Release variable for renaming APKs #50
Comments
Hi, @coreyog , I'm not really sure which part is indicating debug/release within apk file, can you send me 2 samples? one for debug and one for release version? |
Here are Debug and Release apk's for my alarm clock app. If I try to upload DEBUG.apk to the Play Market I'm not allowed and it tells me that it's a debuggable apk (I believe it has a debuggable attribute in the Android Manifest). RELEASE.apk is fully signed and would be accepted as non-debuggable. DEBUG: https://dl.dropboxusercontent.com/u/2509448/DEBUG.apk The app is free so I'm not worried about it being available here. |
Somewhere in your androidmanifest.xml of the debug version, there is the line: |
Hi, @coreyog, Sorry for letting you wait so long, can you send me the DEBUG.apk again? as I cannnot find it anymore. |
I have restored DEBUG.apk and RELEASE.apk in my dropbox. The links are: https://dl.dropboxusercontent.com/u/2509448/DEBUG.apk |
fixed by release v0.1.5961.24160 |
I just tried it. It always says Release. I set my Rename Pattern to: On my DEBUG.apk and RELEASE.apk files provided above, both files are renamed to "Dysania_1.9_Release.apk" |
Sorry, check the updated release, 26220 |
@coreyog, does it work for you? |
Sorry about the delay. Yes, it's working perfectly on my APKs. I really appreciate the work you've put into it. |
Cool On Fri, Apr 29, 2016, 5:12 PM coreyog notifications@github.com wrote:
|
The APKs manifest should indicate if the APK is "debuggable." I know the play store can determine if I am trying to upload a debug build so it seems possible.
The text was updated successfully, but these errors were encountered: