Skip to content

Conversation

@Joao-pina-fernandes
Copy link
Contributor

We now fetch the first completed submission that has the correct
certification values (in store) or published on Enterprise.

We now fetch the first completed submission that has the correct
certification values (in store) or published on Enterprise.
return submission.status === "completed";
});

//Get the Submission data from the first completed submission, it has the certification values that are in use on the app store.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why the first one? previous should be current-1, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As the comment says @squallstar "Get the Submission data from the first completed submission, it has the certification values that are in use on the app store." This will prevent us from fetching wrong p12 data that was obtained from a submission done with another p12 besides the first one. It is more of an issue for the Enterprise submission that it is for the App Store, so Ikept as it is for both.

Copy link
Contributor

@squallstar squallstar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tonytlwu passing to you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants