-
Notifications
You must be signed in to change notification settings - Fork 191
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
No E-mails sent out #147
Comments
Updating this issue with the fix that worked for me and a second issue based on this: FIX: I added External Testers to my build and then when people used Boarding, they got the e-mail. Problem solved. NEW ISSUE: If a user had been added to a previous build and then that build expired, if they signed up again to get access to the new build, their "e-mail was already in use" so I had to manually add them back in. I'd love to have a feature that would allow the user to sign up again which adds them to the most recent build. |
@AlexEKoren In theory, boarding could automatically add the group to the most recent build, however it should be part of your build process. When you upload a new binary to iTunes Connect, you can then distribute the binary to your testers, by adding the If you use fastlane, you can update your testflight call to look like this: testflight(distribute_external: true,
changelog: "Automatically generated build by fastlane") By setting the If you upload builds manually, you'll have to manually promote a build to be used for external testing using iTunes Connect after uploading it 👍 |
@AlexEKoren are you still having issues? Im running the latest Boarding with both internal and external testers active but new signups are not receiving emails. |
Hey Jonathan, |
@jfield44 Let us know if you are still having difficulty distributing after @AlexEKoren 's advice, and we'd be happy to dig into your problem further! 🚀 |
Thanks @AlexEKoren @mpirri , heres a screenshot of what happens when the user gets added, the email address shows but no status appears where it would normally say 'invited'. Its certainly strange behaviour as when I add them directly vs through fast lane I have the same issue. |
Experiencing the same issue as @jfield44, except when I add a user manually the email gets sent just fine. |
I have had Boarding working, but since the last updates (when iTunes Connect updated), users will sign up and it will show success, but the e-mail won't be sent to the user asking them to sign up or install TestFlight.
It adds them to the external testers, but no e-mail is sent out.
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: