Can I use the same keystore file to sign two different applications?

前端 未结 7 1765
独厮守ぢ
独厮守ぢ 2020-11-27 04:10

I have to upload a new application, It\'s just the design that\'s a little different. Yesterday I generated the keystore file to sign application. Can I use the same?

相关标签:
7条回答
  • 2020-11-27 04:49

    Of course! You can use the same keystore file as many times you want. It's always better to use the same keystore file for all the applications you develop. That will help if you want to update or modify the application. At that time you need to sign your application with the same key.

    0 讨论(0)
提交回复
热议问题