Monday 27 July 2015

Create New Keystore for APK With Help of Unity

What Is Keystore?
-- Keystore is one type of signature,You have to sign apk file with keystore every time.

Type Of Keystore :
-- There are mainly 2 types of keystore Debug And Release.

What Is Use Of Keystore :
-- keystore is one type of owner identity,so if you sign apk keystore than it means that apk is created by that person.

What is Importance :
-- If you want to update your any app from Playstore than you required keystore that you signed in before for that apk.

-- when you update apk to playstore, it check previews keystore file and new keystore file you use to signed in for apk file.

What if you Lost Keystore :
-- if you lost keystore than you can not update your apk on playstore.

How Many Time I Can Create Keystore?
-- you can create number of keystore but it should be unique for apk,because when you want to update any apk than you need old keystore that you used to signed in before.

Video:
               This video will help you to learn how to create keystore for android apk and how to sign the apk with keystore.


No comments:

Post a Comment