-
Notifications
You must be signed in to change notification settings - Fork 10
Apple app store deployment docs #3
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
Conversation
…app-store-deployment
| <p> | ||
| Apple requires that apps using certain APIs have a Privacy Manifest file that declares the [**reason for using the API**](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api). Apple will begin requiring this file for App Store approval on May 1, 2024. | ||
|
|
||
| Most packages that FlutterFlow uses already have a Privacy Manifest created by the package author or FlutterFlow team. However, there may be some cases where packages don't have the necessary privacy manifest needed. |
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.
seems to be related to flutterflow? and the file thing had a deadline for May 1, 2024, so don't think its an issue after 1.5 years?
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.
yes, we can remove it then. removed.
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 adds comprehensive documentation for deploying iOS apps to the Apple App Store using Dreamflow. The documentation provides a complete step-by-step guide covering prerequisites, Apple Developer account setup, API key configuration, and the deployment process.
- Adds new Apple App Store deployment documentation file
- Updates sidebar positioning to accommodate the new iOS deployment guide
- Includes troubleshooting FAQs for common deployment issues
Reviewed Changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
| docs/test-and-publish/publish/apple-app-store-deployment.md | New comprehensive guide for iOS app deployment to Apple App Store with step-by-step instructions and embedded demos |
| docs/test-and-publish/publish/google-playstore-deployment.md | Updates sidebar position from 3 to 2 to accommodate new iOS deployment documentation |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| colorScheme: 'light' | ||
| }} | ||
| frameborder="0" |
Copilot
AI
Sep 15, 2025
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 frameborder attribute is deprecated in HTML5. Use CSS border: 0 or border: none in the style attribute instead.
| colorScheme: 'light' | |
| }} | |
| frameborder="0" | |
| colorScheme: 'light', | |
| border: 'none' | |
| }} |
| colorScheme: 'light' | ||
| }} | ||
| frameborder="0" |
Copilot
AI
Sep 15, 2025
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 frameborder attribute is deprecated in HTML5. Use CSS border: 0 or border: none in the style attribute instead.
| colorScheme: 'light' | |
| }} | |
| frameborder="0" | |
| colorScheme: 'light', | |
| border: '0' | |
| }} |
| colorScheme: 'light' | ||
| }} | ||
| frameborder="0" |
Copilot
AI
Sep 15, 2025
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 frameborder attribute is deprecated in HTML5. Use CSS border: 0 or border: none in the style attribute instead.
| colorScheme: 'light' | |
| }} | |
| frameborder="0" | |
| colorScheme: 'light', | |
| border: 0 | |
| }} |
| colorScheme: 'light' | ||
| }} | ||
| frameborder="0" |
Copilot
AI
Sep 15, 2025
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 frameborder attribute is deprecated in HTML5. Use CSS border: 0 or border: none in the style attribute instead.
| colorScheme: 'light' | |
| }} | |
| frameborder="0" | |
| colorScheme: 'light', | |
| border: '0' | |
| }} |
| colorScheme: 'light' | ||
| }} | ||
| frameborder="0" |
Copilot
AI
Sep 15, 2025
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 frameborder attribute is deprecated in HTML5. Use CSS border: 0 or border: none in the style attribute instead.
| colorScheme: 'light' | |
| }} | |
| frameborder="0" | |
| colorScheme: 'light', | |
| border: 'none' | |
| }} |
| colorScheme: 'light' | ||
| }} | ||
| frameborder="0" |
Copilot
AI
Sep 15, 2025
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 frameborder attribute is deprecated in HTML5. Use CSS border: 0 or border: none in the style attribute instead.
| colorScheme: 'light' | |
| }} | |
| frameborder="0" | |
| colorScheme: 'light', | |
| border: 0 | |
| }} |
|
|
||
| ## 6. Add Key ID to Dreamflow | ||
|
|
||
| Open the [App Store Connect](https://appstoreconnect.apple.com/) > **Users and Access** > **Integrations > [Team Keys](https://appstoreconnect.apple.com/access/integrations/api).** Find the row for the API Key you generated [here](#4-generate-api-key-and-add-to-dreamflow), select **Copy Key ID,** and then paste it into **Dreamflow** **> Publish > iOS > ASC Key ID**. |
Copilot
AI
Sep 15, 2025
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.
There's an extra space before the period after the App Store Connect link. Remove the space before the period.
| Open the [App Store Connect](https://appstoreconnect.apple.com/) > **Users and Access** > **Integrations > [Team Keys](https://appstoreconnect.apple.com/access/integrations/api).** Find the row for the API Key you generated [here](#4-generate-api-key-and-add-to-dreamflow), select **Copy Key ID,** and then paste it into **Dreamflow** **> Publish > iOS > ASC Key ID**. | |
| Open the [App Store Connect](https://appstoreconnect.apple.com/) > **Users and Access** > **Integrations > [Team Keys](https://appstoreconnect.apple.com/access/integrations/api).** Find the row for the API Key you generated [here](#4-generate-api-key-and-add-to-dreamflow), select **Copy Key ID,** and then paste it into **Dreamflow** **> Publish > iOS > ASC Key ID**. |
…entation into feature/app-store-deployment
|
@PoojaB26 you can take a look again. |
Description
Apple app store deployment docs
Linear ticket and magic word Fixes DEVR-1095
Type of change