Android Question Publishing on Playstore

AHilberink

Active Member
Licensed User
Longtime User
Hi,

I want to publish my App for the first time at Google Playstore. I already register at Google.

Are there special things/security to know/check before publishing an App on Google Playstore?
I do have a private key. Do I need more security?

Thanks,
André
 

Alex_197

Well-Known Member
Licensed User
Longtime User
Hi,

I want to publish my App for the first time at Google Playstore. I already register at Google.

Are there special things/security to know/check before publishing an App on Google Playstore?
I do have a private key. Do I need more security?

Thanks,
André
Do you use either a camera or voice recorder? If so - you will need to take care about Privacy Policy https://www.b4x.com/android/forum/threads/question-about-publishing-on-playstore.120255/#post-752231
 
Upvote 0

drgottjr

Expert
Licensed User
Longtime User
there are any number of reasons why google might reject your app. put it up there, and let google tell you what they have a problem with. you might have missed a permission, a privacy policy (as stated above), the purpose of your app might violate google's terms. they are beginning to get picky about what they will approve. it's hard for us to know what you may have done. when google tells you, you correct it.
 
Upvote 0

AHilberink

Active Member
Licensed User
Longtime User
Thanks!!! I do use camera, so this is very helpfull.

To protect my source, only the private key is enough?
 
Upvote 0

drgottjr

Expert
Licensed User
Longtime User
you can't really "protect" your source. you can "obfuscate" some sensitive data of yours (eg, if you happen to have a developer key which must be included when using an sdk - like for google maps. read about it here: https://www.b4x.com/android/forum/threads/code-obfuscation.13773/

compiled code can be converted back to java, so what your app does and how it does it can be determined.
 
Upvote 0
Top