Skip to content
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

Can we trigger distribute to external users? #22

Open
ergunkocak opened this issue Sep 5, 2022 · 1 comment
Open

Can we trigger distribute to external users? #22

ergunkocak opened this issue Sep 5, 2022 · 1 comment

Comments

@ergunkocak
Copy link

Hi,

First of all thanks for a very usefull tool.

This not an issue but a question. Is it possible to trigger, distribute to external users when build processing is done? I want to automate to distribution to external users. Waiting for Apple process blocks my build flow so i want to separate the waiting and distribution.

Best

@rogerluan
Copy link
Member

rogerluan commented Sep 5, 2022

Hi @ergunkocak !

Not by using watchbuild alone, you'd have to implement a customized solution on your own, using watchbuild as part of it.

If being notified via Slack would be enough for your use case, you can use this tool I built: https://github.com/rogerluan/app-store-connect-notifier#build-status - note that it doesn't automate the distribution, it just means that you'd be notified in Slack, and then you'd have to manually run the command you normally use to distribute your build to external users (e.g. via fastlane).

Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants