J JohnK Active Member Licensed User Longtime User Mar 22, 2012 #1 I was inspecting the app installed on my phone and came across the following incorrect string. It says "Android Debug" while this was a "Release (obfuscated)" build. I found this using "AppXplore 2.0.1" Attachments Android Debug for forum.png 5.5 KB · Views: 223
I was inspecting the app installed on my phone and came across the following incorrect string. It says "Android Debug" while this was a "Release (obfuscated)" build. I found this using "AppXplore 2.0.1"
Erel B4X founder Staff member Licensed User Longtime User Mar 22, 2012 #2 It shows that you are using the debug key to sign your application. It is not related to the real debugger. Before you release your application to the market you will need to use your own private key.
It shows that you are using the debug key to sign your application. It is not related to the real debugger. Before you release your application to the market you will need to use your own private key.
J JohnK Active Member Licensed User Longtime User Mar 22, 2012 #3 Yep, that fixed it. Although now I see why NOT using my name in the signing key would of been a good thing.
Yep, that fixed it. Although now I see why NOT using my name in the signing key would of been a good thing.