-2

I have an app which includes ads with package name com.test1

I got one signed apk from this and I also want another one with package name com.test1.test2 which will be paid version (directs to google play store).

How can I get second signed apk without using same keystore?

Marcin Orlowski
  • 67,279
  • 10
  • 112
  • 132
androiddev2
  • 79
  • 1
  • 8
  • Make new keystore – MMG Apr 15 '20 at 16:44
  • With previous keystore, I will only be able to sign that previous project, right? – androiddev2 Apr 15 '20 at 16:45
  • https://stackoverflow.com/questions/7685458/can-i-use-the-same-keystore-file-to-sign-two-different-applications – MMG Apr 15 '20 at 16:48
  • Does this answer your question? [Can I use the same keystore file to sign two different applications?](https://stackoverflow.com/questions/7685458/can-i-use-the-same-keystore-file-to-sign-two-different-applications) – MMG Apr 15 '20 at 16:48
  • Why don't you want to use the same keystore? – Ryan M Apr 16 '20 at 02:19

1 Answers1

1

If a package is different then you can choose different Keystore files while generating a new apk.

Thirumalai
  • 156
  • 8