Open marcoburato opened 5 years ago
It is now 2022. In what reality is it ok to practically ignore requests from your users for almost 3 years?
It is a dead product. Move on.
Our team would definitely use this feature. Any update?
@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
I finally ditched app center in favor of Firebase App Distribution and I am very happy with the change.
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'
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!
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?
Still would love this but I can't upvote it twice.
Are there updates on this?
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: @.***>
+1
almost 2023 and still no sign of any progress. Will probably move over to devops too
It's a dead product. Not sure why MS won't admit it. We went back to CircleCI.
This is absurd, we're in 2023 and no sign of this? It's a huge blocker for proper testing in Play Store
I think App Center is a dead product, honestly. https://github.com/microsoft/appcenter/issues/125#issuecomment-1078977051 is a better approach, anyway, IMO.
Ah! I wanting this feature so I can keep the app build pipeline in one place. Eg, alongside with codepush.🤔
Any solution?
There is a solution: find a CI platform that has been updated in the last 3 years 😄
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.