All tags

TAG

#ios

14articles

🎨Redesigning 3 iOS App Icons with AI: From Flat to Modern iOS Style

A practical walkthrough of redesigning 3 iOS app icons using Gemini, evolving from flat design to modern iOS style with gradients and soft lighting. Includes prompts, results, and post-processing tips.

iosdesignaiprompt

🔄Handling App Store Rejection and Resubmission Entirely via API

A record of handling a rejected App Store build by replacing the build, updating screenshots, and resubmitting entirely through the App Store Connect API.

iosappstoreconnectapiflutter

🎨A Reusable Prompt Template for Generating iOS App Icons with AI

A reusable prompt template for generating Apple HIG-compliant iOS app icons using AI image generation tools like Gemini, DALL-E, and Midjourney.

iosdesignaiprompt

🛡No Firebase Needed: Operating an iOS App with Apple-Native Tools Only

How to handle crash monitoring, analytics, update prompts, and review requests for an iOS app without sending user data to external services — using only Apple-native tools and open-source libraries. Based on real-world experience with an App Store-published app.

iosswiftprivacymetrickit

🗺Developing "IIIF AR": An iOS App for Placing IIIF Images at Real Scale in AR

A development log for "IIIF AR," an iOS app that places high-resolution IIIF Image API images at real-world scale on detected floor surfaces using ARKit, dynamically loading tiles as the camera approaches.

iosarkitiiifswift

🧠Diagnosing and Fixing Memory-Related Crashes in an iOS OCR App

Investigation and fixes for a 6.7% crash rate in KotenOCR, an iOS OCR app using ONNX Runtime with 6 models totaling ~230MB on disk.

iosswiftmemoryonnx

📜KotenOCR v1.3.0: Dual OCR Modes for Classical and Modern Japanese Text

KotenOCR v1.3.0 adds NDLOCR-Lite support for modern printed text OCR alongside the existing classical text (kuzushiji) mode, with one-tap mode switching and parallelized recognition for up to 6.7x speedup.

iosocrkuzushijindl

Parallelizing OCR Recognition on iOS with Swift Concurrency for up to 6.7x Speedup

Using withThrowingTaskGroup to parallelize OCR recognition in an iOS app, achieving 1.4x to 6.7x speedup depending on the number of detected text regions.

iosswiftconcurrencyocr

🔍Building a Cultural Heritage Explorer App with Japan Search API

Development notes on building JPS Explorer, an iOS/Android app for exploring Japanese cultural heritage using Japan Search APIs, with mobile-specific features and automated App Store submission

digitalhumanitiesjapansearchflutterios

📜KotenOCR: An Offline iOS App for Recognizing Classical Japanese Cursive Script

KotenOCR is a free iOS app that runs the NDL Koten OCR-Lite model entirely on-device, enabling offline recognition of kuzushiji (classical Japanese cursive script) from photos.

iosocrkuzushijiswift

📸Fully Automating App Store Screenshot Generation with Python and Xcode UI Tests

How to build an end-to-end pipeline that captures simulator screenshots with XCUITest, generates marketing images with Python Pillow, and uploads them to App Store Connect via API -- all from a single shell script.

iosappstoreconnectpythonautomation

🔄How to Submit an iOS App Update for Review Using the App Store Connect API

A step-by-step guide to submitting an iOS app update for review entirely from the command line using the App Store Connect REST API—from build upload to review submission.

iosappstoreconnectapipython

💰Complete Guide to Adding a Tip Jar (In-App Purchase) to Your iOS App with App Store Connect API

Learn how to implement a Tip Jar feature in your iOS app using StoreKit 2 and the App Store Connect API — covering product registration, localization, pricing, screenshot upload, TestFlight distribution, and more, all from the command line.

iosappstoreconnectapipython

🚀Submitting an iOS App for Review Using Only the App Store Connect API

A step-by-step guide to completing nearly all tasks required for App Store review submission—metadata, screenshots, age ratings, build association, encryption compliance, pricing, and more—from the command line using the App Store Connect REST API.

iosappstoreconnectapipython