-
I created a workflow to build and publish the Android version of my Flutter app. Everything went according to plan, until I got the following error in the very end of the build (
I checked on the Google Play console and everything is perfectly fine, I don't need to confirm anything whatsoever, so I don't understand why I have that error. How can I fix that? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 5 replies
-
OK so I just needed to add |
Beta Was this translation helpful? Give feedback.
-
How can I do the same thing in the workflow editor? |
Beta Was this translation helpful? Give feedback.
-
still getting this error |
Beta Was this translation helpful? Give feedback.
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
-
A little confused about this. If Play Store denied an app in review, how do we submit a new binary using Codemagic to address the issues? |
Beta Was this translation helpful? Give feedback.
-
same problem..... |
Beta Was this translation helpful? Give feedback.
OK so I just needed to add
changes_not_sent_for_review: true
in mycodemagic.yaml
file, as explained here.