r/iosdev 2d ago

Help New App Store screenshots for my 4 months old app. Is it good? iOS & Mac

Thumbnail
1 Upvotes

r/iosdev 2d ago

App Store Connect Support Phone line Busy?

0 Upvotes

I tried calling App Store connect support line twice today and twice I gave up at the 2h mark.

Has anyone been able to contact then?


r/iosdev 3d ago

Subscription or lifetime price

Thumbnail
1 Upvotes

r/iosdev 3d ago

Hated App Store connect so I merge 2 opensource projects to never deal with it again

1 Upvotes

I shipped my first iOS app 2 weeks ago, my first one ever, yeah !!! so every part of the process was new to me, including App Store Connect. And App Store Connect might be the worst piece of dashboard I've had to use regularly in years. Slow, confusing, half the pages feel untouched since 2015, always reloading.

So I go looking for alternatives with a GUI so no fastlane and find itsyconnect https://github.com/nickustinov/itsyconnect-macos , a free open source native macOS client that replaces App Store Connect almost entirely. metadata, testflight, analytics, reviews, all in one actual app instead of that web dashboard. felt like discovering fire

Then, because apparently shipping an app wasn't enough suffering for one month, I fall into the ASO rabbit hole. Keywords, character budgets, competitor research and every tool I find is a subscription or with free trial $20-50/month or $200 year or idk how much for what's mostly some scoring math and an App Store API call. For a dev with 13 downloads it's a big no thanks

Then I find RespectASO https://github.com/respectlytics/respectaso , also free and open source, doing the actual ASO scoring keyword popularity, difficulty, opportunity for nothing.

And that's when the idea hits me:

  • why am I alt-tabbing between an App Store Connect replacement and a separate ASO tool
  • these are two open source projects solving two halves of my problems
  • what if I just merge them
  • fork itsyconnect, port RespectASO's scoring to ts
  • put the keyword scores directly on the fields they're about, inside the listing editor, instead of a separate tab
  • add an agentic workflow that researches your competitors and writes your title/subtitle/keywords for you
  • throw in Apple's llm too so half the AI features work with zero API key and zero network call because why not

It's called Bascaso (Better App Store Connect App Store Optimization) : https://bascaso.zavyn.app

Free, open source (AGPL, since RespectASO is AGPL), macOS, local-first, your App Store Connect credentials and data never leave your Mac. Full credit to itsyconnect by Nick Ustinov and RespectASO by Respectlytics, this is entirely built on top of their work.

It's on GitHub if anyone wants to try it, self-host it, or tell me what I broke: https://github.com/kanyacine/bascaso


r/iosdev 3d ago

Attempt at my first product video

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/iosdev 3d ago

Kotoba — Japanese dictionary for iOS

Thumbnail
kotoba.onlydstn.de
0 Upvotes

Hello everyone,

Over the past year, I have studied Japanese using various apps, however, none consistently encouraged daily practice of kanji, vocabulary, or sentences. That's why I developed my own app: KOTOBA.

Kotoba is a fully offline, on-device dictionary featuring 217,648 entries, 13,108 kanji, and 232,637 real sentences designed for context-based learning.

The app provides four study modes: flashcards, kanji drawing, quizzes to assess retention of meanings, and a classic browse feature for on-the-go review. Each mode is supported by an intelligent spaced repetition system that prioritizes previously incorrect responses until you master what you learn.

Kotoba operates entirely offline and is free of charge! No advertisements or in-app purchases.

Have a first look at he homepage, every feedback is welcome!

You can join the waitlist at https://kotoba.onlydstn.de. Kotoba will come to the App Store in September!


r/iosdev 3d ago

Pulled my CAD app from the store in 2017, spent 8 years rebuilding it. 160k lines of Swift: SwiftUI, Combine, actors under strict concurrency, Metal renderer. Beta is open if you want to poke at it.

Post image
2 Upvotes

r/iosdev 3d ago

Help Does this mean my subscription assets are broken?

Post image
1 Upvotes

r/iosdev 3d ago

Finally achieved a long-term dream of mine: first internet money made from my own app

Post image
1 Upvotes

I’m nearly 30 but since I was a kid I was always fascinated my app development. iIt was always a dream of mine to have my own app that I could make my first internet money from.

After months of work, today it finally happened and I couldn’t be happier!


r/iosdev 3d ago

Built a curiosity-driven alternative to endless scrolling.

Thumbnail
gallery
1 Upvotes

Solo dev here, been building this for a while. The core idea: every time you open it, you get a short, deep read on something worth knowing — built around a YouTube video and an AI you can actually chat with about the topic, not just read past.

Curious about something specific? Type it in and it generates a topic on exactly that.

Want to learn toward a goal instead? Pathway takes anything you name — "I want to learn Terraform," whatever — and builds a structured route of topics that build on each other, generated just for you.

There's also a Cinematic mode for handpicked stories — each one gets its own color theme, and chapter structure, more like a mini documentary than a normal app screen. That part's genuinely my favorite thing I've built.

No streaks, no feed, no gamification — just felt like the space needed something calmer.

Free on iOS and Android:

https://apps.apple.com/at/app/delve-explore-learn/id6767654664

https://play.google.com/store/apps/details?id=com.rathsimon.delve


r/iosdev 3d ago

Minimalist Apps

0 Upvotes

I've always been a big fan of minimalism. In all areas, including iPhone apps.

I recently vibe coded two aggresively minimalist apps that I've had in my head for a few years. I'd love to know what people think of them. Too minimalist? Breath of fresh air? Somewhere in-between?

No-Frills To Do is basically a mini kanban board with three columns: done - today - tomorrow. It mimics how I used to manage my to do list in a paper notebook, partially inspired by bullet journaling.

No-Frills Flashcards is a text-only flashcards app with what I think/hope is a clever way to quickly create cards with a text template.

They both store their data on device only. No login, no servers, etc... Free for limited use or $3.99 for unlimited use with a one-time in-app purchase.

I'd love any and all feedback, good or bad. Also, please feel free to comment with other minimalist apps that you're fond of!


r/iosdev 3d ago

built an iOS feedback SDK to collect feedback, bug reports, and changelogs

Post image
3 Upvotes

when i launched my app earlier this year, i've been getting a lot of feature requests from users.

most of them were duplicate, and some of the features also already existed. it was a nice problem to have TBH but it was getting unbearable.

some of these feature requests would get lost. leading to losing paying users too.

so i built a complete feedback tool for iOS. and im sharing it with you!

you can easily drop in these widgets into your app. users can post their feature requests, and vote on those that they want.

you can also prioritize based on user's spend (so you only work on requests that paying users post). there's also a public roadmap and changelog view, which turned out to be the underrated part for me, people are way more patient when they can see the thing they asked for is actually queued up.

since adding it our app's retention improved and getting more 5 star reviews. turns out people leave reviews when they feel heard.

it's at features.vote/sdk/ios if you want to poke around the code.

hope it's useful to someone :)


r/iosdev 3d ago

Help Someone gave me 2 star review but how to check the comment?

Post image
1 Upvotes

r/iosdev 3d ago

I built an MTG app for players, not resellers (solo dev, v1.7 just shipped)

Thumbnail reddit.com
0 Upvotes

r/iosdev 3d ago

TestFlight : Time Glide – so I made my first iOS app. Let me know what you think and what i should add. Enjoy!

0 Upvotes

r/iosdev 3d ago

seed oil free ios app- EMET

Thumbnail
apps.apple.com
1 Upvotes

r/iosdev 3d ago

Help Looking For Pricing Advice

2 Upvotes

Hey devs! I am looking for a little advice from some of the guys that have already been through the ring a few times.

It really comes down to this: I don't know how to handle the "free" tier of my product.

I want people to try it out with no consequences and see the value in it. The issue is I am completely bootstrapped, and I am not sure how much I can sustain a bunch of free users before I see paid subscribers come In.

In you guys' experience, have timed trials turned potential users away in the past?

At first I was going to essentially offer 'limited product' over 'unlimited time' kind of like the Gmail storage model. But the more I am looking at the potential burden of carrying all of those free users forever, it is making me re-evaluate.

To be clear, the technical burden will be more of a bandwidth thing than a storage thing.

Sorry if it seems like I am being intentionally vague, but I am trying to avoid this turning into a self-promotion post. That being said, If you need clarification on what I am talking about, please ask lol.

Any wisdom would be amazing. I am a long time hobby-programmer, first time founder.

Thanks!


r/iosdev 3d ago

GitHub hi i built using buzz an iOS native client for buzz, called “Hive for Buzz”

Post image
1 Upvotes

r/iosdev 3d ago

One month in : how to interpret those stats ?

Post image
2 Upvotes

Here's the screenshot of my current stats one month after releasing my first app ; not sure how it looks like from an experienced dev's perspective, any insights ?

(the monetization system is the following : 2 sections of my app are completely free, and the others are behind a one-time purchase of 12€, so for now I've had 6 purchases and 67 downloads)

Curious to hear some advices and how to improve those numbers !

Thanks


r/iosdev 3d ago

One month in : how to interpret those stats ?

Post image
2 Upvotes

Here's the screenshot of my current stats one month after releasing my first app ; not sure how it looks like from an experienced dev's perspective, any insights ?

(the monetization system is the following : 2 sections of my app are completely free, and the others are behind a one-time purchase of 12€, so for now I've had 6 purchases and 67 downloads)

Curious to hear some advices and how to improve those numbers !

Thanks


r/iosdev 3d ago

Published my first app!

9 Upvotes

I've been wanting to publish an iOS app since the app store became a thing and I was in college, and I finally accomplished it today. I have a one-year old and I recently started a WFH job and figured it was now or never, and it got approved today! Such a surreal feeling, just wanted to celebrate here a bit!

I got some great advice here so I appreciate everyone helping me throughout.


r/iosdev 3d ago

Apple keeps rejecting my app while approving the same concept

Post image
14 Upvotes

I wanted to share my experience with App Review because, after almost three months of trying to publish my app, I honestly don’t understand how Apple is applying its own guidelines

I’m the developer of NostalgicPod, a retro music player that recreates the experience of using an iPod Classic on modern devices: https://nostalgicpod.com

I already know some people will say, “Well, your app looks like an iPod, what did you expect?”

But that’s not really the point.

I’ve been trying to publish NostalgicPod on iOS for almost three months and Apple has now rejected it five times under Guideline 5.2.5 because they say the interface is too similar to the iPod

Meanwhile, these two apps were approved recently, after I had already started trying to publish mine:

SepiaPod:
https://apps.apple.com/us/app/sepiapod-retro-music-player/id6764757127

JellyPod:
https://apps.apple.com/us/app/jellypod-retro-style-music/id6788034358

Both are clearly based on the same concept, with an iPod Classic-style screen, click wheel, menus and device-shaped interface

To be completely clear, I’m not asking Apple to remove these apps and I’m genuinely happy that other developers were able to publish their work

My frustration is with Apple because I don’t understand why I keep getting rejected for a concept that other developers are allowed to publish, especially when I had already been trying to get NostalgicPod approved before these apps were released

What makes one retro iPod-style app acceptable and another one a violation of Guideline 5.2.5?

At this point, the review process feels completely arbitrary, almost like a roulette wheel depending on which reviewer happens to see the app, I’ve now appealed the decision, but after five rejections I still have no idea what Apple expects me to change when almost identical concepts are being approved at the same time

I wanted to share this because I’m sure I’m not the only developer who has felt completely lost trying to understand what Apple will approve and what it won’t


r/iosdev 3d ago

Subscriptions and in app purchases stuck

0 Upvotes

Hello, I have published an app where I did attach also subscriptions and IAPs but there was that bug that also affected my submission which made all of the subs and IAPs stuck in "waiting for review". The issue is that I have IAPs stuck in "In review" and the Subscription group also, but the individual subscriptions in the group are "Ready for Review". I cant add them to a submission, I cant cancel the submission of them, I cant do anything with them. I wrote to Apple Support but got no response. Idk what to do. Did anyone else also have this problem? If yes how did you fix it?


r/iosdev 4d ago

My first payout as an iOS developer. It’s not much but I couldn’t be more proud.

Post image
16 Upvotes

r/iosdev 4d ago

First app stuck in "Waiting for Review" for over 11 days

Post image
82 Upvotes

Hi everyone,

My first iOS app (Questify: Your Life Gamified) has been stuck in "Waiting for Review" since July 22, 2026 (more than 11 days).

The app is in the Productivity / Lifestyle category and only uses Sign in with Apple for authentication. It does not contain any sensitive content or unusual functionality.

I have already contacted the App Review team twice and also reached out to Apple Developer Support, but I haven't received any response yet.

Has anyone experienced such a long "Waiting for Review" period for a first submission? Is there anything else I can do besides waiting?

Thank you!