Skip to content

Commit

Permalink
Tip 211
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Nov 29, 2024
1 parent 7529517 commit 6767f34
Show file tree
Hide file tree
Showing 4 changed files with 33 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/) |
| -- |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ------ | ------------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
| 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) | |
| 208 | [API keys storage: Client or Server?](tips/0208-api-keys-client-server/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/0210-material-icons-theme-vscode-extension/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Best of all, grouped files are correcty left-aligned!

| Previous | Next |
| -------- | ---- |
| [iOS App Store: Build and Upload Script](../0209-build-upload-ios-script/index.md) | |
| [iOS App Store: Build and Upload Script](../0209-build-upload-ios-script/index.md) | [Fix for Missing Compliance Warning in App Store Connect](../0211-fix-missing-compliance-warning/index.md) |

---

Expand Down
Binary file added tips/0211-fix-missing-compliance-warning/211.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions tips/0211-fix-missing-compliance-warning/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Fix for Missing Compliance Warning in App Store Connect

Tired of seeing the "Missing Compliance" warning when uploading builds to App Store Connect?

If your app uses Non-Exempt Encryption, set `ITSAppUsesNonExemptEncryption` to `NO` in your `Info.plist` file in Xcode.

Upload your next build, and the warning will disappear. 👍

![](211.png)

<!--
Tired of seeing the "Missing Compliance" warning when uploading builds to App Store Connect?
Assuming your app uses Non-Exempt Encryption, you can set ITSAppUsesNonExemptEncryption to NO in your Info.plist file in Xcode.
Once you upload the next build, the warning will disappear. 👍
-->

---

| Previous | Next |
| -------- | ---- |
| [Material Icons Theme (VSCode Extension)](../0210-material-icons-theme-vscode-extension/index.md) | |

---

<!-- TWITTER|https://x.com/biz84/status/1862524737651376212 -->
<!-- LINKEDIN|https://www.linkedin.com/posts/andreabizzotto_tired-of-seeing-the-missing-compliance-activity-7268290796854902784-iNzJ -->
<!-- BLUESKY|https://bsky.app/profile/codewithandrea.com/post/3lc3wqvcqus2d -->

0 comments on commit 6767f34

Please sign in to comment.