简体   繁体   中英

conditions satisfied by the APK to upload in play store?

What are all the conditions satisfied by the APK to upload in play store? like debug release,signed apk,keystore generation.and please explain them how to do?

A release build. So you should ensure you are not polluting the logcat with your debugging statements. Usually this will automatically be flagged off for you but you may (as I often did) use different forms of debug logging (eg with the NDK) which will need explicit deactivation.

You will need to sign your APK also. You can generate a key and keystore offline with your development tools (ie Android Studio, can't remember about Eclipse but ( How do I generate a "Keystore" for Google Play? ) should work in that instance).

When you register an account on the playstore you need to upload your public key. You can associate about 20 (IIRC) keys with an app's GMS profile, although that is not strictly required to upload an app in general it is one of the great benefits of a Play Store account. See https://developers.google.com/android/guides/setup for more on that.

Then if you are seeking financial reward, either via advertisemnet or direct sales you will need to provide your address.

For this service and also, I suspect, for the purposes of identity verification, Google require a one off registration fee of a princely $25.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM