From 68e3990c231c3f2890e8303da4cd1ca6a1323637 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 21:08:14 +0000 Subject: [PATCH 1/2] Updated docs on uploading - replaced mention of Application Loader with Apple Transporter, its replacement - replaced mention of iTunes Connect with App Store Connect - updated link for creating a record Co-authored-by: Georgescu Gabriel <29951139+gabi200@users.noreply.github.com> --- docs/tutorial/mac-app-store-submission-guide.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/mac-app-store-submission-guide.md b/docs/tutorial/mac-app-store-submission-guide.md index 18e0fbfbb8cd4..dcee521042d50 100644 --- a/docs/tutorial/mac-app-store-submission-guide.md +++ b/docs/tutorial/mac-app-store-submission-guide.md @@ -232,7 +232,7 @@ how to meet the Mac App Store requirements. ### Upload -The Application Loader should be used to upload the signed app to iTunes +[Apple Transporter](apple-transporter) should be used to upload the signed app to App Store Connect for processing, making sure you have [created a record][create-record] before uploading. @@ -345,7 +345,8 @@ Electron uses following cryptographic algorithms: [app-sandboxing]: https://developer.apple.com/app-sandboxing/ [app-notarization]: https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution [submitting-your-app]: https://developer.apple.com/library/mac/documentation/IDEs/Conceptual/AppDistributionGuide/SubmittingYourApp/SubmittingYourApp.html -[create-record]: https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/CreatingiTunesConnectRecord.html +[create-record]: https://help.apple.com/app-store-connect/#/dev2cd126805 +[apple-transporter]: https://help.apple.com/itc/transporteruserguide/en.lproj/static.html [submit-for-review]: https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/SubmittingTheApp.html [export-compliance]: https://help.apple.com/app-store-connect/#/devc3f64248f [user-selected]: https://developer.apple.com/library/mac/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/EnablingAppSandbox.html#//apple_ref/doc/uid/TP40011195-CH4-SW6 From 46d040848776966e44118d83861da31d8a7d0a33 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 21:08:19 +0000 Subject: [PATCH 2/2] Update mac-app-store-submission-guide.md Co-authored-by: Cheng Zhao --- docs/tutorial/mac-app-store-submission-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/mac-app-store-submission-guide.md b/docs/tutorial/mac-app-store-submission-guide.md index dcee521042d50..79b087dd98418 100644 --- a/docs/tutorial/mac-app-store-submission-guide.md +++ b/docs/tutorial/mac-app-store-submission-guide.md @@ -232,7 +232,7 @@ how to meet the Mac App Store requirements. ### Upload -[Apple Transporter](apple-transporter) should be used to upload the signed app to App Store +[Apple Transporter][apple-transporter] should be used to upload the signed app to App Store Connect for processing, making sure you have [created a record][create-record] before uploading.