Closed Badisi closed 4 years ago
I totally agree, better error reporting is something I also had planned to implement.
As for the error, it might be that altool does some automatic sanitation on the input file path. Should be possible to implement something similar.
Both of these issues should now be solved. Will go live with the next update. 😄
Well done 🎉 Thanks !
Improvement
While using your package I encountered an error with the metadata validation:
As it was not enough relevant for me, I had to log
res.data.result.ErrorMessage
for a better understanding.I think it could help others not to throw your own error message but instead throw or include the real error returned from a request 😉
As a side note, the error I had was :
And in fact my binary path contains spaces :
"/platforms/ios/build/device/app - DEV.ipa"
.Do you have any idea why it's happening whereas it's working fine with
altool
?Thanks!