You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: js/interface.js
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2155,8 +2155,9 @@ function checkSubmissionStatus(origin, iosSubmissions) {
2155
2155
2156
2156
if(submission.result.message){
2157
2157
build.message=submission.result.message;
2158
-
2159
-
constgracefullyFailedMessage="The app has been uploaded to the App Store Connect but could not be submitted for review. Please log in on https://appstoreconnect.apple.com/ to finish up the process and submit the app for review.";
2158
+
2159
+
constgracefullyFailedMessage='The app has been uploaded to the App Store Connect but could not be submitted for review. Please log in on https://appstoreconnect.apple.com/ to finish up the process and submit the app for review.';
0 commit comments