microsoft / appcenter

Central repository for App Center open source resources and planning.
https://appcenter.ms
Creative Commons Attribution 4.0 International
1.01k stars 223 forks source link

Google Play internal test track support #125

Open marcoburato opened 5 years ago

marcoburato commented 5 years ago

Describe the solution you'd like Currently it's only possible to distribute an Android app to the Alpha, Beta and Production tracks in Google Play Store. There is no choice for the recent "Internal test track". It should be possible to submit the build to this new track as well.

miwarner commented 2 years ago

It is now 2022. In what reality is it ok to practically ignore requests from your users for almost 3 years?

phatmann commented 2 years ago

It is a dead product. Move on.

jtmuller5 commented 2 years ago

Our team would definitely use this feature. Any update?

kostiantyn-solianyk commented 2 years ago

@akamenev any updates so far?

Every time you say: "I will keep this feature request open for future planning." but it's been 3 years... how long can it take to plan? This is the most discussed and most needed feature that has been requested

MNorgren commented 2 years ago

I finally ditched app center in favor of Firebase App Distribution and I am very happy with the change.

jtmuller5 commented 2 years ago

If anyone is using Azure Pipelines for CICD, the Google Play extension lets you publish to the internal track.

- task: GooglePlayRelease@4
          inputs:
            serviceConnection: 'Google Play Service Connection'
            applicationId: 'com.example.my_app'
            action: 'SingleBundle'
            bundleFile: '$(Build.ArtifactStagingDirectory)/build/app/outputs/bundle/release/app-release.aab'
            track: 'internal'
MNorgren commented 2 years ago

If anyone is using Azure Pipelines for CICD, the Google Play extension lets you publish to the internal track.

- task: GooglePlayRelease@4
          inputs:
            serviceConnection: 'Google Play Service Connection'
            applicationId: 'com.example.my_app'
            action: 'SingleBundle'
            bundleFile: '$(Build.ArtifactStagingDirectory)/build/app/outputs/bundle/release/app-release.aab'
            track: 'internal'

Yea, I also use Azure DevOps for deploying to the App Store / Play Stores. Also a great alternative!

nibblesnbits commented 2 years ago

If anyone is using Azure Pipelines for CICD, the Google Play extension lets you publish to the internal track.

- task: GooglePlayRelease@4
          inputs:
            serviceConnection: 'Google Play Service Connection'
            applicationId: 'com.example.my_app'
            action: 'SingleBundle'
            bundleFile: '$(Build.ArtifactStagingDirectory)/build/app/outputs/bundle/release/app-release.aab'
            track: 'internal'

I get a "socket hung up" error from this approach. Is there any movement on this recently?

beeradmoore commented 2 years ago

Still would love this but I can't upvote it twice.

felipejoribeiro commented 1 year ago

Are there updates on this?

nibblesnbits commented 1 year ago

I got it working within azure devops itself. I abandoned app center altogether

Sent from my T-Mobile 5G Device Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Felipe J. O. Ribeiro @.> Sent: Thursday, November 17, 2022 7:49:46 AM To: microsoft/appcenter @.> Cc: Stephen Collins @.>; Comment @.> Subject: Re: [microsoft/appcenter] Google Play internal test track support (#125)

Are there updates on this? I guess app-center is the most performant and reliable tool ever known to man at this point.

— Reply to this email directly, view it on GitHubhttps://github.com/microsoft/appcenter/issues/125#issuecomment-1318588720, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABODKJNYVS3GHPYA7NCV6ITWIYSWVANCNFSM4G23VDJQ. You are receiving this because you commented.Message ID: @.***>

skcarnes commented 1 year ago

+1

junaiid-khattak commented 1 year ago

almost 2023 and still no sign of any progress. Will probably move over to devops too

phatmann commented 1 year ago

It's a dead product. Not sure why MS won't admit it. We went back to CircleCI.

aureosouza commented 1 year ago

This is absurd, we're in 2023 and no sign of this? It's a huge blocker for proper testing in Play Store

nibblesnbits commented 1 year ago

I think App Center is a dead product, honestly. https://github.com/microsoft/appcenter/issues/125#issuecomment-1078977051 is a better approach, anyway, IMO.

mingeee commented 1 year ago

Ah! I wanting this feature so I can keep the app build pipeline in one place. Eg, alongside with codepush.🤔

RalissonMattias commented 1 year ago

Any solution?

phatmann commented 1 year ago

There is a solution: find a CI platform that has been updated in the last 3 years 😄