Best of iOSNovember 2024

  1. 1
    Article
    Avatar of povioPovio·1y

    Passing App Store Reviews

    Launching an app on the App Store can be a challenging process filled with potential hurdles. Key steps to ensure a smooth review process include establishing a dedicated website for legal policies, implementing 'Sign in with Apple' for third-party logins, providing an accessible account deletion option, prioritizing clear and intuitive UX, ensuring all features are fully implemented, crafting a comprehensive store listing, and optimizing high-quality graphic assets. Addressing these areas can significantly increase the chances of app approval and user engagement.

  2. 2
    Article
    Avatar of iosdevweeklyiOS Dev Weekly·2y

    The best iOS development links, every Friday

    Explore iOS development highlights including a Black Friday offer for Senior iOS Developer training, security insights on Private Cloud Compute, tools like Testpiler and resolving Swift package fetching issues in Xcode 16.1. Learn about testing randomness in LLM output, building a chess app with SwiftUI, understanding actors in Swift, and discovering hidden APIs in Foundation. Also includes a course on Apple's Instruments profiler and job opportunities for iOS developers.

  3. 3
    Video
    Avatar of philipplacknerPhilipp Lackner·1y

    The Compose Multiplatform Crash Course for 2025 - Build a Clean Code Book App

    Learn how to build a fully functioning, multiplatform book search app using Compose Multiplatform. The course covers development for Android, iOS, and desktop, incorporating features like remote API integration, local database storage with Room, animations, and more. The author provides guidance on setting up the initial codebase, project structure, and navigating through various development steps, ensuring compatibility across platforms. Essential libraries such as Koin, Coil, and SQLite are included in the setup.

  4. 4
    Video
    Avatar of codewithchrisCodeWithChris·2y

    From Idea to App: Build this App Step by Step

    Chris walks you through building a mental health app step by step. The app helps users track activities that improve their mood, using Swift Data for data management. It includes adding and tracking daily activities, setting reminders, and using Revenue Cat for an optional paywall feature. The workshop is designed for those who have some prior experience with Swift and app development.

  5. 5
    Article
    Avatar of codewithandreaCode with Andrea·1y

    iOS App Store: Build and Upload Script

    Learn how to build and upload your iOS app to App Store Connect using a simple script with the `xcrun` command line tool. The guide includes instructions for authentication via Username/Password or App Store Connect API Key and details on setting it up on your local machine.

  6. 6
    Article
    Avatar of swiftwithmajidSwift with Majid·1y

    The power of previews in Xcode

    Discover the enhanced capabilities of previews in Xcode, especially with the recent updates in Xcode 16. Using the Previewable macro type, you can now simplify state definition within the Preview macro, reducing clutter in your codebase. Additionally, the PreviewModifier protocol allows for the creation of reusable preview environments, significantly improving performance and efficiency when previewing multiple instances with shared traits.