...ile apk Hockey App In my deploy-hockey-dev.sh file, #!/bin/sh # upload apk to hockey app curl \ -F "status=2" \ -F "notify=0" \ -F "ipa=@app/build/outputs/apk/app-debug.apk" \ -H "X-Hockey...
Hi, I am currently adding JMC support to our iOS app, which already has the HockeyApp SDK integrated. I followed this guide: https://developer.atlassian.com/display/JMC/Integrating+JMC+with+Hockey...
Copied to clipboard