Just submitted a new app to the App Store 🚀
Last time, it took 5 rejections and a full month to finally get approved 😅
Let's see how this one goes 🤞
#indiedev #buildinpublic #iosdev #appdev
Budgeting apps that ask for your bank login are a 🚩. VaultAudit AI uses on-device Apple Intelligence to scan receipts from your screenshots. Your data never leaves your phone. 📱✨
🔗 apps.apple.com/us/app/vault...
#VaultAuditAI #Privacy #iOSDev #AppleIntelligence
Graph showing number of daily active users going from mostly 0 two days ago, to 1500 today.
Screenshot from App Store showing Miniotaur in the section "New games we love"
My son and I just realized, that many people has started downloading our maze app, Miniotaur, the last 2 days 😅 Since launch, not many people had downloaded it, but maybe getting featured in "New games we love" in the App Store does something 🥰
#IndieDev #iOSDev #GameDev
I am currently preparing almost 20 new entries for exploreswiftui.com, all about TabView. There are so many mighty modifiers I wish I had discovered a year ago. As usual, all examples are carefully crafted by me so you can quickly grasp what really matters.
#iOSDev #SwiftUI
Stop giving 3rd-party apps your bank login. 🛑 VaultAudit AI uses on-device Apple Intelligence to track subs via receipts. No cloud. No data mining. Just smart tracking that stays on your iPhone. 🛡️
apps.apple.com/us/app/vault...
#Privacy #iOSDev #VaultAuditAI
my automated tests when i ship code on friday at 4:58pm: testy mctestface energy. everything passes locally. everything burns in production.
#indiedev #buildinpublic #iosdev
A screenshot of Xcode showing the TabView code and the displayed TabView
Any #SwiftUI expert out there who could help me get images in a TabView to work? No matter what I do, the image takes almost the entire width and height.
#iOSDev
Am I the only one for whom copy/paste with keyboard shortcuts in the hex color text field in Icon Composer doesn’t work? It’s really frustrating.
#iosdev
SwiftRide – Building a Ride Sharing App (Part 2 – Creating the Models)
azamsharp.com/2026/03/13/s...
#iosdev #swiftui
Built DevScope — a daily feed that surfaces indie iOS apps the App Store won't show you. Filters out mega-corps, scores what's left.
shyguy.studio/devscope
Still early. Feedback welcome.
#indiedev #iosdev
#appstore #buildinpublic
iOS Dev Weekly – Issue 745 is out! Happy Friday, everyone! 😬
iosdevweekly.com/issues/745/#...
#swiftlang #iosdev
Voice AI, memory extraction rewrite, new pricing, killed the model picker
You don't choose between GPT and Gemini. You just talk. It remembers
Not a wrapper. A product
#buildinpublic #iosdev #swiftui #voiceai #indiedev
What is going on with app review. 2 days waiting for review 🤷♂️ #iosdev
A screenshot of the work in progress for the Libraries tab in DeerReader.
I showed it to my partners and we managed to get past the design block!
Remember! You don’t have to solve everything yourself!
#indiedev #iosdev #macOSdev
A drawing showing two scenes: Title: iOS Auto Layout First drawing: Content Hugging Shows a person who holds a box together. The person says: "I'm not gonna let you grow" Second drawing: Content Compression Resistance Shows a person inside a box, keeping it from being shrinked. The person says: "I'm not gonna let you shrink me"
It's been a while since I last used this API, but I immediately remembered this drawing pinned to our office door.
Turns out it was a great mnemonic after all!
#iosdev
Do You Really Need DTOs in Swift Apps?
azamsharp.teachable.com/courses/azam...
[Members Only Video]
#iosdev #swiftui
I built an app because expense tracking annoyed me.
Work Expense lets you:
📸 Scan receipts
🚗 Track mileage
📊 Export reports
Simple, private, and built for iPhone.
apple.co/49PYb2T
#IndieDev #BuildInPublic #iOSDev #Productivity
My new app, 40 Below, is now on the App Store. If you've ever wanted to see the local temperature in both Fahrenheit and Celsius at the same time (and who hasn't?!), this is the app for you.
Get it today!
apps.apple.com/app/id675984...
#iosdev #apple #swiftui
Huh, according to analytics someone from China installed diu this morning. The weird thing is that it's not available publicly yet, only some friends are in via external TestFlight.
Has anyone else seen this?
#iosdev
Screenshot of the app running on macOS
Screenshot of the import summary screen.
Released first beta update to my new updates tracker for iOS: Changelogs.
Among bug fixes come few main changes:
- A dedicated macOS version, with slightly improved layout.
- Better import screen with filtering and option to quickly select/deselect all apps […]
[Original post on mastodon.world]
#Education #App #Stock #Quiz #Options #Game #Investment #crypto
#Futures #ETFs #iPhone #StockMarket #ADRs #SPX #NDX #dopamine #AI #GME #iOSDev
Game-based learning is the new revolution
Financial Literacy
FinIQ
apps.apple.com/us/app/finiq...
patternIQ
apps.apple.com/us/app/patte...
My goals for my app were:
1. Solve my problem
2. Put it on the App Store because I thought it would be cool.
3. Maybe make some money from it.
Now that it’s built and launched I realize what I thought was the finish like was actually the staring line.
#iosdev #running #indiedev #appstore #swiftui
dispatchedapp.dev
I procrastinated on my Swift 6 concurrency migration so hard that I accidentally built an entire app.
It's called Dispatched. A macOS app to manage Claude Code sessions. Embedded terminal, Git Workflows, GitHub issues, Reminders, SwiftUI.
dispatchedapp.dev
#buildinpublic #indiedev #iosdev
Handit Remote is built on Swift 6 using SwiftUI, ExternalAccessory and the GameController framework.
No web views, no workarounds. Just native iOS talking directly to your EV3 brick.
#iosdev #swiftlang #LEGO #EV3
If you ever want to build terminal apps without leaving your Swift skillset, TUIkit looks interesting.
It’s a declarative, SwiftUI-like framework for building terminal user interfaces, written in pure Swift and running on macOS and Linux.
Worth a look:
tuikit.dev
#SwiftUI #SwiftLang #iOSDev
Explore SwiftUI APIs for customizing scroll behavior, including paging and view-aligned snapping, and learn what to watch out for to avoid unexpected results: nilcoalescing.com/blog/ScrollV...
#iOSDev #SwiftUI
There’s an interesting change in the latest Xcode beta: the SF Symbols search now creates an Image element by default rather than just inserting the symbol name. I like the feature, but I’m not sure I appreciate it being the default behavior.
FB22198451
#iOSDev #SwiftUI
The following article provides a nice guide to using push notifications in iOS apps:
https://bugfender.com/blog/ios-push-notifications/
#iOSDev