Android and iOS Certificates for Native Mobile Application

1
How can I get for android the certificate (including keystore password, alias password and key password) and for the iOS certificate and provisioning (Certificate password) I downloaded the android studio but after that what should I do ?
asked
1 answers
1

For iOS you can get it through your apple developer account and for Android you can generate a keystore locally. See the documentation here.

answered