
Adding a Privacy Manifest in Xcode
1 min read
Starting November 12, 2024, apps that don’t include a Privacy Manifest can’t be submitted for review in App Store Connect.
Starting November 12, 2024, apps that don’t include a Privacy Manifest can’t be submitted for review in App Store Connect.
If your app does not use Non-Exempt Encryption, set ITSAppUsesNonExemptEncryption to NO in your Info.plist file in Xcode.
A simple script to build and upload your iOS app to App Store Connect. You can run this locally, no CI/CD needed!
How to enable dark and tinted icons on iOS 18 using the flutter_launcher_icons package.
How to download multiple releases from xcodereleases.com, and switch between them with the xcode-select CLI.
Detailed side-by-side comparison of language features between Dart 2.1 and Swift 4.2.
Clarifications and apologies following my previous article.
Controversial article with some history and a detailed comparison between Flutter and native iOS development. Includes an example showing how to build a contact list in Flutter and iOS.
Let's see how to use platform channels by building an image picker on iOS, and using it from the Dart code.