Skip to content

Commit

Permalink
Tip 212
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Dec 2, 2024
1 parent e8e44b7 commit b95f28d
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This repo now has a companion app! [Download it here](https://fluttertips.dev/)
| ID | View on GitHub (this repo) | X Post | LinkedIn Post | Bluesky Post | Link on [codewithandrea.com](https://codewithandrea.com/) |
| -- |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ------ | ------------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
| 212 | [Adding a Privacy Manifest in Xcode](tips/0212-xcode-privact-manifest/index.md) | [link](https://x.com/biz84/status/1863537508899860770) | [link](https://www.linkedin.com/posts/andreabizzotto_did-you-know-starting-november-12-2024-activity-7269303842813489154-k5iw) | [link](https://bsky.app/profile/codewithandrea.com/post/3lccxnqg5zs2j) | |
| 211 | [Fix for Missing Compliance Warning in App Store Connect](tips/0211-fix-missing-compliance-warning/index.md) | [link](https://x.com/biz84/status/1862524737651376212) | [link](https://www.linkedin.com/posts/andreabizzotto_tired-of-seeing-the-missing-compliance-activity-7268290796854902784-iNzJ) | [link](https://bsky.app/profile/codewithandrea.com/post/3lc3wqvcqus2d) | |
| 210 | [Material Icons Theme (VSCode Extension)](tips/0210-material-icons-theme-vscode-extension/index.md) | [link](https://x.com/biz84/status/1861698580727075132) | [link](https://www.linkedin.com/posts/andreabizzotto_tired-of-the-old-boring-vscode-default-theme-activity-7267464786907389952-w42m) | [link](https://bsky.app/profile/codewithandrea.com/post/3lbw7cepvg22v) | |
| 209 | [iOS App Store: Build and Upload Script](tips/0209-build-upload-ios-script/index.md) | [link](https://x.com/biz84/status/1861074917917073843) | [link](https://www.linkedin.com/posts/andreabizzotto_when-building-mobile-or-web-apps-security-activity-7266842729458851840-JuGi) | [link](https://bsky.app/profile/codewithandrea.com/post/3lbrv7hm3mk2v) | |
Expand Down
2 changes: 1 addition & 1 deletion tips/0211-fix-missing-compliance-warning/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For more details, read:

| Previous | Next |
| -------- | ---- |
| [Material Icons Theme (VSCode Extension)](../0210-material-icons-theme-vscode-extension/index.md) | |
| [Material Icons Theme (VSCode Extension)](../0210-material-icons-theme-vscode-extension/index.md) | [Adding a Privacy Manifest in Xcode](../0212-xcode-privact-manifest/index.md) |

---

Expand Down
Binary file added tips/0212-xcode-privact-manifest/212.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 57 additions & 0 deletions tips/0212-xcode-privact-manifest/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Adding a Privacy Manifest in Xcode

Did you know?

Starting November 12, 2024, apps that don’t include a Privacy Manifest can’t be submitted for review in App Store Connect.

To address this, add a privacy manifest to the Runner project inside Xcode.

See below for more info about what to put inside it. 🧵

![](212.png)

<!--
Xcode Privacy Manifest
Warning: Starting Nov 12, 2024, apps that don’t include a Privacy Manifest can’t be submitted for review in App Store Connect.
Action: Add the privacy manifest to the Runner project inside Xcode.
The values inside it should match data types declared in App Store Connect.
-->

---

To learn more, read:

- [Adding a privacy manifest to your app or third-party SDK](https://developer.apple.com/documentation/bundleresources/adding-a-privacy-manifest-to-your-app-or-third-party-sdk)

For instructions about what to put in your privacy manifest, read:

- [Privacy manifest files](https://developer.apple.com/documentation/bundleresources/privacy-manifest-files)

---

My latest course covers the iOS release process in depth, including:

✅ Enroll in the Apple Developer Program
✅ Create apps in App Store Connect
✅ Prepare for review
✅ Xcode project settings
✅ Build, upload & submit

Check it out for all the details:

- [Flutter in Production](https://codewithandrea.com/courses/flutter-in-production/)

---

| Previous | Next |
| -------- | ---- |
| [Fix for Missing Compliance Warning in App Store Connect](../0211-fix-missing-compliance-warning/index.md) | |

<!-- TWITTER|https://x.com/biz84/status/1863537508899860770 -->
<!-- LINKEDIN|https://www.linkedin.com/posts/andreabizzotto_did-you-know-starting-november-12-2024-activity-7269303842813489154-k5iw -->
<!-- BLUESKY|https://bsky.app/profile/codewithandrea.com/post/3lccxnqg5zs2j -->

0 comments on commit b95f28d

Please sign in to comment.