android - conditions satisfied by the APK to upload in play store? -


what conditions satisfied apk upload in play store? debug release,signed apk,keystore generation.and please explain them how do?

a release build. should ensure not polluting logcat debugging statements. automatically flagged off may (as did) use different forms of debug logging (eg ndk) need explicit deactivation.

you need sign apk also. can generate key , keystore offline development tools (i.e. android studio, can't remember eclipse (how generate "keystore" google play?) should work in instance).

when register account on playstore need upload public key. can associate 20 (iirc) keys app's gms profile, although not strictly required upload app in general 1 of great benefits of play store account. see https://developers.google.com/android/guides/setup more on that.

then if seeking financial reward, either via advertisemnet or direct sales need provide address.

for service , also, suspect, purposes of identity verification, google require 1 off registration fee of princely $25.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -