Help with codemagic.yaml #1276
-
Hi Devs,
So, with this error, my bundle appears in the apple store but is not added to review. I'm kinda sure that this attribute is the "What's New in This Version" field that is required in the apple store. Can i configure this field in the codemagic.yaml file? Didn't find anything about this anywhere. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, e.g Feel free to let us know if you have any questions. |
Beta Was this translation helpful? Give feedback.
Hi,
Please pass the "whatsNew" parameter in your JSON payload.
e.g
[ { "language": "en-US", "text": "Added new menus", "whatsNew": "Added new menus", } ]
Feel free to let us know if you have any questions.