I used DevExpress tools to write a mobile app and publish the app to Google and Apple. DevExpress has a "build native package" process which uses a p12 file to build the Android APK. They no longer support their build tool and I'm trying to use the PhoneGap Build Service. PhoneGap did not accept the p12
I tried a link I found here to convert the p12 to a JKS file and PhoneGap didn't like that either. I tried generating a new keystore file and that of course didn't work.
When uploading the original p12, PhoneGap gave me this message "Error: extension .p12 did not match expected (keystore)"
Same when converting to JKS, PhoneGap gave me this message "Error: extension .jks did not match expected (keystore)"
p12 as the Android certificate. How do I get my p12 into a format that PhoneGap will accept?