Android Question Why are all Android projects signed on the phone screen as B4 Example? How to change it?

All

Member
Why are all Android projects signed on the phone screen as B4 Example? How to change it?
 

JohnC

Expert
Licensed User
Longtime User
Remember to also change the package name too.
 
Upvote 0

josejad

Expert
Licensed User
Longtime User
Hi:

1 and 2: True
3: No, you just need one private key, your apps will always use the same

See
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
Hi:


3: No, you just need one private key, your apps will always use the same
False. If you code as a hobyist or self publishing dev, then yes, you only need one, BUT if you develop for tiers and publish the app using THEIR publishing account, you either need to create per client keys or have them provide one and sign your app using external tools.
Otherwise the app will not be "updatable" by app store.
 
Upvote 0
Top