You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had problems running this tool if the path to my APK contained spaces; here is what I tried running originally:
sh -x ./testfairy-upload.sh Unity\ Builds/Petrichor\ Andriod/Petrichor\ Leaderboard.apk
It would fail asking me to check my settings which I did many times and couldn't understand what was wrong. Ran again this time using the sh -x to check the logs and found this:
Hi Guys,
I had problems running this tool if the path to my APK contained spaces; here is what I tried running originally:
It would fail asking me to check my settings which I did many times and couldn't understand what was wrong. Ran again this time using the
sh -x
to check the logs and found this:It seems the tool removed "" which means my APK path is now incorrect and failed.
To get the tool working I've now moved the APK into the same folder and added an underscore insted of a space; and all is working.
Hope that all makes sense, not sure if its an issue you want to fix or may be worth while adding a note for people to be careful using spaces.
Thanks,
Adam
The text was updated successfully, but these errors were encountered: