Problems with JKS certificate when uploading it to EXPO

Please provide the following:

  1. SDK Version: 45

  2. Platforms(Android):

  3. Add the appropriate “Tag” based on what Expo library you have a question on.
    Download the .der certificate from GooglePlay - App Integrity. I use this code to convert it to jsk (EXPO format), keytool -importcert -file “your.der” -keystore your.jks -alias “” but every every time I upload it to EXPO I get this error
    “JKS Keystore entry does not contain a certificate alias mialias. Run this to find the available aliases: keytool -list -v -keystore [your-keystore-path]” I cannot locate where the error is. Please help

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.