I need some assistance understanding an aspect of this function provided by fabric
As far as I understand by setting: ext.betaDistributionGroupAliases = "testers" When the APK is uploaded, those members of that testers group should receive an email invitation to test.
This is not the case in my instance.
The APK does upload and the users are associated with this build as can be seen by the console (it says 9 invited). But no emails are actually sent out.
I would prefer to use the group alias as this saves me having to manage email addresses in the gradle file.
What am I not understanding?