George Papatheodorou
George Papatheodorou

Reputation: 1559

Debug app in eclipse while being in alpha test phase in google play

I know how to debug an app created by myself and having the code within eclipse. Assuming that I have loaded the apk for alpha testing on google play set alpha testers and being able to install it, how can I debug it ?I need steps.. I want to debug the app when a billing transaction occurs, set break points etc...

Thank you

Upvotes: 0

Views: 170

Answers (1)

jmateo
jmateo

Reputation: 579

When you upload a release to the Play Store, it cannot be debuggable for security reasons. If you want your alpha testers to be able to debug the app, you need to use other methods such as email, or use a beta distribution service that allows you to upload debuggable apps. Personally, I send my builds by email if I know that the person needs to be able to debug it.

Upvotes: 1

Related Questions