-
-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload IPA from Command line without any user confirmation #166
Comments
Regarding Update Alert Regarding Auto Close Let me know if you still face this issue after disabling update alert. |
Regarding Update Alert |
Regarding Auto Close Thanks for your reply. |
Got this. You need to set an /Applications/AppBox.app/Contents/MacOS/AppBox ipa=$IPA_FILE email='user@example.com' You can also set a custom message using the /Applications/AppBox.app/Contents/MacOS/AppBox ipa=$IPA_FILE email='user@example.com'
message='{PROJECT_NAME} - {BUILD_VERSION}({BUILD_NUMBER}) is ready to test.' |
Thanks for your answer. My Humble Request: Thanks. |
That's not completely true. AppBox use mailgun to send mail and mailgun doesn't provide any way to see body content of an email. Also, mailgun only retains 3-day mail logs in which I can only check mail subject, recipient and delivery status. |
Also, I'll make Thank you for your feedback!! |
Thanks. Hope next release will be released ASAP. 😉 |
Yes. Hopefully this weekend. Because user trust is important. |
Exit AppBox without email argument (#166)
Released in 2.8.2. |
Thanks for the new release. Tested and its working fine. |
Can I use keep_same_link=true? I try but it is not working. |
Is your feature request related to a problem? Please describe.
I'm using MSBuild in Jenkins to build Xamarin project and generate IPA file. So I need to upload to IPA alone to DropBox for local testing. Currently i'm using ipa= argument and passing IPA file location as argument to automate the upload process.
Now i'm facing two issue:
Describe the solution you'd like
There should be dedicated command line option to upload IPA alone to DropBox without any user interaction. It should close automatically when upload competed / failed. Also there should be an option to get final Share URL when successfully uploaded to Dropbox. My Opinion: You can set Environment variable to save Share URL. So jenkins can read the variable to get final URL.
Thanks.
The text was updated successfully, but these errors were encountered: