I have the private.pem file in the command when I upload a CodePush version but the download always comes back with this on Android.
command I use to upload
revopush release-react \
qwick_android \
android \
--deploymentName development \
--useHermes \
--outputDir ./build \
--sourcemapOutput ./sourcemap \
--privateKeyPath private.pem
I have the private.pem file in the command when I upload a CodePush version but the download always comes back with this on Android.
command I use to upload
revopush release-react \ qwick_android \ android \ --deploymentName development \ --useHermes \ --outputDir ./build \ --sourcemapOutput ./sourcemap \ --privateKeyPath private.pem