Skip to content
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

Release note is not displaying on What to Test on TestFlight uploaded build on App Store? #323

Open
Spatel91111 opened this issue Apr 25, 2023 · 5 comments

Comments

@Spatel91111
Copy link

I have uploaded the build via pipeline as below Azure task,

  • task: AppStoreRelease@1
    displayName: 'TestFlight Upload'
    inputs:
    authType: 'ApiKey'
    apiKeyId: 'API_KEY'
    apiKeyIssuerId: 'ISSUER_ID'
    apitoken: 'TOKEN'
    releaseTrack: 'TestFlight'
    appIdentifier: 'com.example'
    appType: 'iOS'
    ipaPath: '$(build.artifactStagingDirectory)/AppName.ipa'
    releaseNotes: '$(system.defaultworkingdirectory)/releasenotes.md'
    shouldSkipWaitingForProcessing: true
    shouldSkipSubmission: true
    appSpecificId: 'APPLE_APP_ID'

Issue : display blank note in What to Test on app store, ref image

Screenshot 2023-04-25 at 5 52 49 PM

@max-zaytsev
Copy link
Contributor

Hi @Spatel91111, thanks for reporting! We are working on more prioritized issues at the moment but will get back to this one soon.

@mrsalar1995
Copy link

@max-zaytsev any updates on this?

@SevenPeaksSaw
Copy link

@mrsalar1995 how did you address it? I am still facing this issue?

@UvinduS
Copy link

UvinduS commented Jul 19, 2024

Is this working now

@lukaszciastko-spica
Copy link

Hi. Any chance you could prioritise this issue? We've migrated from App Center to Azure Dev Ops and can no longer add notes for testers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants