We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have uploaded the build via pipeline as below Azure task,
Issue : display blank note in What to Test on app store, ref image
The text was updated successfully, but these errors were encountered:
Hi @Spatel91111, thanks for reporting! We are working on more prioritized issues at the moment but will get back to this one soon.
Sorry, something went wrong.
@max-zaytsev any updates on this?
@mrsalar1995 how did you address it? I am still facing this issue?
Is this working now
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.
No branches or pull requests
I have uploaded the build via pipeline as below Azure task,
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
The text was updated successfully, but these errors were encountered: