Tagged with #ios

Browse all tags
Adding a Privacy Manifest in Xcode

Adding a Privacy Manifest in Xcode

#dart
#flutter
#production
#ios

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

Fix for Missing Compliance Warning in App Store Connect

Fix for Missing Compliance Warning in App Store Connect

#dart
#flutter
#production
#ios

If your app does not use Non-Exempt Encryption, set ITSAppUsesNonExemptEncryption to NO in your Info.plist file in Xcode.

iOS App Store: Build and Upload Script

iOS App Store: Build and Upload Script

#dart
#flutter
#production
#ios

A simple script to build and upload your iOS app to App Store Connect. You can run this locally, no CI/CD needed!

Dark and Tinted Icons on iOS 18

Dark and Tinted Icons on iOS 18

#dart
#flutter
#ios

How to enable dark and tinted icons on iOS 18 using the flutter_launcher_icons package.

Working with Multiple Xcode Versions

Working with Multiple Xcode Versions

#dart
#flutter
#ios

How to download multiple releases from xcodereleases.com, and switch between them with the xcode-select CLI.

Dart vs Swift: a comparison

Dart vs Swift: a comparison

#flutter
#dart
#swift
#ios

Detailed side-by-side comparison of language features between Dart 2.1 and Swift 4.2.

Flutter will change everything: A Follow Up

Flutter will change everything: A Follow Up

#flutter
#dart
#swift
#ios

Clarifications and apologies following my previous article.

Flutter will change everything, and is an excellent choice for iOS development

Flutter will change everything, and is an excellent choice for iOS development

#flutter
#dart
#swift
#ios

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.

Intro to Platform Channels: Building an Image Picker in Flutter

Intro to Platform Channels: Building an Image Picker in Flutter

#flutter
#dart
#platform-channels
#ios
#swift

Let's see how to use platform channels by building an image picker on iOS, and using it from the Dart code.

Browse all tags