userx
userx

Reputation: 876

testing android application with debug key

I want to give my app for testing. Is it necessary to sign it before dispatch?. Is it ok, if we sign app at time of release? As 'google say', for 'publishing' your app it must be signed.

Basically, I think now I am using default debug key(I am developing in eclipse with help of emulator). If I direct mail only apk file which is in bin, can tester use it for testing? Or is it necessary to mail whole app?

Thank you.

Upvotes: 0

Views: 158

Answers (1)

Delon
Delon

Reputation: 741

Yes you can test the application without signing with a production key if you are mailing the apk. In case if you are uploading to the google play developer console or if you have inapp billing you need to sign the apk.

Upvotes: 1

Related Questions