Cloud make fails

571
2
Jump to solution
12-10-2018 12:26 PM
KamranYusaf1
New Contributor III

Hi,

I have created a Quickreport app, but when trying to Cloud Make it returns an error. I was able to build the iOS file without problems. Does anyone know why this is happening?

Best regards 

0 Kudos
1 Solution

Accepted Solutions
StephenQuan1
Esri Contributor

Please validate you have a valid AppStudio JKS keystore by running the keytool as follows:

keytool -keystore your_android.keystore -list -v 
Keystore type: JKS
Keystore provider: SUN

Your keystore contains 1 entry

Alias name: your_keystore_alias_name
Creation date: ...

The fields to check are:

 - Keystore type: JKS (not PKCS12)

 - Alias name: whatever shown here matches the one you tell AppStudio

 - Check date range: (e.g. Valid from: Wed Nov 14 11:22:33 UTC 2018 until: Sun Apr 01 11:22:33 UTC 2046)

View solution in original post

2 Replies
StephenQuan1
Esri Contributor

Please validate you have a valid AppStudio JKS keystore by running the keytool as follows:

keytool -keystore your_android.keystore -list -v 
Keystore type: JKS
Keystore provider: SUN

Your keystore contains 1 entry

Alias name: your_keystore_alias_name
Creation date: ...

The fields to check are:

 - Keystore type: JKS (not PKCS12)

 - Alias name: whatever shown here matches the one you tell AppStudio

 - Check date range: (e.g. Valid from: Wed Nov 14 11:22:33 UTC 2018 until: Sun Apr 01 11:22:33 UTC 2046)

KamranYusaf1
New Contributor III

Hi Stephen,

The keystore type was PKCS12. Its all good now.

Thx for the help.

0 Kudos