oliviergauthier / gradle-appcenter-plugin

This gradle plugin allow you to upload each build variant of your android application to separate AppCenter Apps.
MIT License
84 stars 44 forks source link

[Questions] default group for all users ? #50

Closed j796160836 closed 4 years ago

j796160836 commented 4 years ago

HI, I have question about distributionGroups settings

appcenter {
     // ...
    distributionGroups = ["Beta"]               // Name of the AppCenter Distribution Group
     // ...
}

This example is Beta Group. How to set it for All users (of default group) ? I search the document and cannot find the answers.

Thanks.

I have read these documents https://docs.microsoft.com/en-us/appcenter/distribution/groups https://github.com/MicrosoftDocs/appcenter-docs/blob/live/docs/distribution/groups.md

But no instructions about default group.

j796160836 commented 4 years ago

Alright, I tried. The default group name is All-users-of-YOUR_PROJECT_NAME. You can find it at your project, Distribute, Groups, click the default group. then check the URL.

Screen Shot 2020-03-10 at 12 03 44 PM

Maybe is

https://appcenter.ms/users/YOUR_USERS_NAME/apps/YOUR_PROJECT_NAME/distribute/distribution-groups/All-users-of-YOUR_PROJECT_NAME/overview