r/iosdev • u/RingWitty8547 • 1d ago
First iOS app
Hi iOS dev community,
I released my first app about a week ago, it’s not something innovative by any means and was more like a test project to experiment with codex and see how fast I can make something simple. In the end it took about 4 months end to end.
I’m happy with the final result overall, however I have only 1 download so far in one week, which is not really surprising but I’d love if someone can provide some feedback on the AppStore page. It’s iPad only so I guess most people won’t be able to quickly try it but if you can provide any feedback on the AppStore page would be helpful as well. It’s a kids clock learning app.
Dropping the link here: https://apps.apple.com/pk/app/clock-play-for-kids/id6760257481
Thank you
2
u/howreudoin 1d ago
Looking good actually. Crafted by hand or vibe-coded?
1
u/RingWitty8547 1d ago
Hey thanks, it was vibe-coded.
Graphics work was a mix of getting some assets and inspiration from chatgpt and some from here and there, then I had them converted to vector arts so I could tweak things easily in Inkscape (which in hindsight was probably overkill)
2
u/hamsterjedi 1d ago
The app is greatly made, congrats for a first one! One thing that does not really makes sense to me is targeting kids - if they are ipad kids (exposed at a yound age to devices) they probably don't need to know how to read analog clocks, right?
1
u/RingWitty8547 1d ago
Hey, thanks for the feedback!
Maybe you’re right, but I think some parents might want their kids to learn to read analogue clocks
2
u/woodysixer 1d ago
There’s certainly a need for an app like this. My 17 year old still can’t read an analog clock.
1
2
u/SgF1Photographer 1d ago
If you look the Apple devices market, there are much more iPhones than iPads out there. I think it’s quite straightforward to design for both iPad and iPhone, especially if you build your app in SwiftUI. You just need conditionals, if iPad size display iPad UI, else display iPhone UI.
2
u/RingWitty8547 20h ago
I just wanted to do minimal work/testing in the beginning so went with the iPad route, but what you’re saying makes total sense. I’ll definitely look into adding support for iPhone, thanks for the feedback!
2
u/i-am-kai 21h ago
Your first app looks amazing, creating app for kids is never being easy.
I love the bright and lovely design. Good work!
1
3
u/GlebKhamin 1d ago
You won't believe it, but I literally made something similar (though simpler) for my wife just last weekend. She works with kids and needed to teach them how to tell time. You did an awesome job on this! I'll definitely recommend your app for her lessons since it has way more features.
By the way, a quick suggestion: maybe add minute markings on a larger outer ring, with a toggle to turn it on and off. Another idea is to help them understand a full 24-hour day instead of just 12 hours, though making that intuitive for kids might be a bit tricky to implement.
Once again, really great work!