macOS publishing produces iOS revision submission instead of macOS submission #2971
Replies: 2 comments
-
I guess related to this: https://developer.apple.com/documentation/appstoreconnectapi/post-v1-reviewsubmissions How to set "platform" parameter in yaml file? --> https://developer.apple.com/documentation/appstoreconnectapi/reviewsubmissioncreaterequest/data-data.dictionary/attributes-data.dictionary |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @daniel-dosiper. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Expected results
Everything works as expected except for the macOS publishing step.
Actual results
The problem seems to be that macOS publishing is creating an "iOS" revision submission instead of a "macOS" submission, I attach the full log here:
app_store_connect_distribution.log
I tried to set "platorm: MAC_OS" in the "app_store_connect" section according to the underlying tool but yaml validation is triggering an error saying this parameter is not allowed here
Build id (optional)
67a5b96d7740b709e52a5ed3
Beta Was this translation helpful? Give feedback.
All reactions