-
Notifications
You must be signed in to change notification settings - Fork 0
Broke up publishing into smaller parts - publishing, ios, android, ch… #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broke up publishing into smaller parts - publishing, ios, android, ch… #18
Conversation
…ecklist and conclusion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR restructures the mobile deployment documentation by breaking up a single comprehensive publishing chapter into smaller, more focused sections. The content has been reorganized from one large file covering both iOS and Android publishing into separate dedicated files for each platform plus additional supporting documents.
Key changes:
- Split the original publishing chapter into 5 separate files for better organization
- Created dedicated sections for Android publishing, iOS publishing, pre-publishing checklist, and conclusion
- Maintained all original content while improving navigation and readability
Reviewed Changes
Copilot reviewed 5 out of 28 changed files in this pull request and generated 4 comments.
Show a summary per file
File | Description |
---|---|
04_publishing/index.md | Trimmed to overview and bundle identifier concepts, removing platform-specific details |
05_publishing_android/index.md | New dedicated Android publishing guide with Google Play Store procedures |
06_publishing_ios/index.md | New dedicated iOS publishing guide with App Store Connect procedures |
07_checklist/index.md | New pre-submission checklist for app review process |
08_conclusion/index.md | New brief conclusion section wrapping up the tutorial series |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
@@ -0,0 +1,302 @@ | |||
--- | |||
title: "06: Publishing to iOS App Store" | |||
description: "Learn how to publish your MonoGame mobile application to both the iOS App Store with step-by-step guidance." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description mentions 'both the iOS App Store' but this file only covers iOS publishing. It should read 'to the iOS App Store' instead of 'to both the iOS App Store'.
description: "Learn how to publish your MonoGame mobile application to both the iOS App Store with step-by-step guidance." | |
description: "Learn how to publish your MonoGame mobile application to the iOS App Store with step-by-step guidance." |
Copilot uses AI. Check for mistakes.
| :----------------------------------------------------------------------------------------------------------------------------------------: | | ||
| **Figure 4-2: Transporter Upload Step 1** | | ||
|
||
|  | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The image path for Figure 4-3 is incorrect. It references 'transporter-upload1.png' but should reference 'transporter-upload2.png' based on the caption indicating it's Step 2.
|  | | |
|  | |
Copilot uses AI. Check for mistakes.
|
||
|  | | ||
| :----------------------------------------------------------------------------------------------------------------------------------------: | | ||
| **Figure 4-5 Transporter** | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing colon after 'Figure 4-5'. Should be 'Figure 4-5: Transporter' to match the formatting of other figure captions.
| **Figure 4-5 Transporter** | | |
| **Figure 4-5: Transporter** | |
Copilot uses AI. Check for mistakes.
|
||
|  | | ||
| :----------------------------------------------------------------------------------------------------------------------------------------: | | ||
| **Figure 4-6: Transporter** | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The figure caption 'Figure 4-6: Transporter' is not descriptive. Based on the image filename 'testflight-build-assign-testers.png', it should be something like 'Figure 4-6: TestFlight Build Assign Testers' to match the actual content.
| **Figure 4-6: Transporter** | | |
| **Figure 4-6: TestFlight Build Assign Testers** | |
Copilot uses AI. Check for mistakes.
…ecklist and conclusion.