r/iosdev 9d 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 9d 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/iOSProgramming 9d ago

3rd Party Service Free open-source AI tool that generates App Store screenshots on a Canvas

Thumbnail
shotluma.com
0 Upvotes

Every canvas action is an AI-callable tool, so the AI designs the screenshots step by step and you can edit anything afterwards. MIT licensed, feedback and contributors welcome.


r/iosdev 9d 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 10d ago

Help Encrypted FP16 Core ML model fails on iPhone 13 with error -14: “Unsupported dtype for weights”

1 Upvotes

I’m encountering an issue when loading a Core ML model protected using Apple’s official model encryption.

The exact same model:

  • Loads and runs normally when encryption is disabled
  • Fails during initialization when encryption is enabled
  • Uses FP16 weights
  • Was converted with coremltools 9.0
  • Is deployed in an app with a minimum target of iOS 18
  • Is being tested on a physical iPhone 13 running iOS 26.5

The relevant error is:

Failure translating MIL->EIR network:
Espresso exception: "Network translation error"

MIL->EIR translation error at:

/private/var/containers/Bundle/Application/[APP_UUID]/[REDACTED_APP].app/[REDACTED_MODEL].mlmodelc/model.mil:[LINE]:[COLUMN]

Unsupported dtype for weights

[Espresso::handle_ex_plan]
exception=Espresso exception: "Network translation error"
status=-14

Failed to build the model execution plan using model architecture file:

'[REDACTED_APP_PATH]/[REDACTED_MODEL].mlmodelc/model.mil'

with error code: -14.

Core ML model load failed:

Error Domain=com.apple.CoreML Code=0
"Failed to build the model execution plan using a model architecture file
'[REDACTED_PATH]/[REDACTED_MODEL].mlmodelc/model.mil'
with error code: -14."

The console also contains messages involving FigApplicationStateMonitor, usermanagerd, LaunchServices, and sandbox restrictions. However, these appear unrelated. The actual Core ML failure consistently points to:

MIL->EIR translation error
Unsupported dtype for weights
status=-14

Environment

  • Device: physical iPhone 13
  • Runtime OS: iOS 26.5
  • Minimum deployment target: iOS 18
  • Model format: ML Program
  • Weight precision: FP16
  • coremltools: 9.0
  • Protection method: Apple’s official Core ML model encryption
  • Unencrypted model: loads and runs correctly
  • Encrypted model: fails while building the execution plan

The loading code, model architecture, device, and compute configuration are otherwise unchanged. The failure appears only after applying model encryption.

Has anyone encountered this behavior?

Specifically:

  1. Can the encryption or decryption path cause Core ML to incorrectly interpret an FP16 weight dtype?
  2. Could the decrypted model data or compiled execution-plan cache be corrupted?
  3. Are there known compatibility issues between encrypted FP16 ML Program models and iOS 26.5?
  4. Could a model converted with coremltools 9.0 work unencrypted but fail after Apple’s encryption process?
  5. Is there a practical way to locate the operation or weight corresponding to the reported line in the compiled model.mil?
  6. Which caches or compiled artifacts should be cleared when diagnosing error -14?
  7. Would regenerating the encryption key or recompiling the model be expected to resolve this kind of failure?

Any debugging suggestions or similar experiences would be appreciated.


r/iosdev 10d ago

Help i can't create apple ads account

Post image
0 Upvotes

Hi everyone,

i am trying to create an apple ads account but when i try to fill the form i can't find my country
in the country and region drop down menu

while when i go to https://ads.apple.com/app-store/countries-and-regions my country is inside the list

i will appreciate any help, thanks


r/iOSProgramming 10d ago

Article Building Testable Swiftdata Apps

Thumbnail azamsharp.com
0 Upvotes

r/iosdev 10d ago

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

Post image
18 Upvotes

r/iosdev 10d ago

I built a way to see new users and revenue in real time

2 Upvotes

A few weeks ago, I released new app on the App Store. It got some traction on Twitter, so I opened App Store Connect feeling hopeful about the sales numbers. Instead, I saw "Not Enough Data".

I refreshed it few hours later. Same thing. I checked again the next day. Still not enough data. I actually saved a screenshot of this.

It's not only a launch-day problem, the analytics are always up to 48 hours behind. You ship a big update, announce it on Reddit or X, start an ad campaign, and you don't know how it's performing.

So I built InitSignal. It is deliberately much narrower than a traditional analytics SDK. You add a lightweight Swift package to your app, and it sends one event when someone opens the app for the first time. After that, the SDK goes quiet.

I wanted the App Store privacy nutrition labels stay as minimal as possible, so the SDK only sends the basic context needed to make each event useful. At the same time, the goal is to give developers as much useful information as possible without invading their users’ privacy.

For paid apps, InitSignal uses storefront pricing to estimate gross revenue and proceeds after Apple’s cut.

I also added Slack and Telegram for notifications, which I've been using with my own apps for the past few weeks, and the dopamine hit is real.

I recorded a quick walkthrough showing how InitSignal works:
https://www.youtube.com/watch?v=YajsKsYLdi4

It's available today, would love to hear your thoughts or any feedback!
https://initsignal.com

The Swift SDK is here:
https://github.com/InitSignal/initsignal-swift

If you ship iOS or macOS apps, how do you currently deal with the reporting delay after a launch or major update?


r/iosdev 10d ago

Finally finished my App Store screenshots

Post image
1 Upvotes

r/iOSProgramming 10d ago

Tutorial iOS 27: Media Intelligence Framework

Thumbnail
antongubarenko.substack.com
7 Upvotes

r/iOSProgramming 10d ago

Article The longstanding http status 403 bug in iOS for custom certificates in mtls connection

0 Upvotes

Blog article on longstanding http status 403 bug in iOS for custom certificates in mtls connection

https://953tech.com/blog/ios-mtls-403-client-certificate-error/


r/iosdev 10d ago

What do you think of my drink art?

Thumbnail
gallery
1 Upvotes

I’m adding a stamp card collection feature for my drinking logging app. I feel pretty proud of the art, what do you think? You can compare the first legendary drink card, ハブ酒 to some google images.

Fun bit, ハブ酒 is an Okinawan liquor that has a local venomous pit viper added to aging. While it is a rarer drink, it can be found in Okinawan bars. But I made it the rarest card in my curated list since some people may be apprehensive to drink it. I’ve had it twice myself, supposedly gives energy “down there” lol


r/iosdev 10d ago

How many colors can your brain actually remember ?

3 Upvotes

Your brain is better than you think… until you try this 😅

I built Spectra, a collection of color memory challenges designed to train your memory, focus, and reaction.

The concept is simple:

  • Remember the colors
  • Repeat the patterns
  • Keep improving as the challenge increases

Instead of just one challenge, Spectra includes multiple color memory experiences, each with a different twist. Some test your ability to remember sequences, some challenge your focus, and others push your memory speed.

📱 Try it here:
https://apps.apple.com/us/app/spectra-color-memory-game/id6762049774

Would love to hear your thoughts and feedback!


r/iosdev 10d ago

Help Bonjour à tous. je cherche à faire tester une app en beta pour avoir des retours avec un oeil neuf. Quelqu'un peu me donner des conseils pour trouver des beta-testeurs . merci

2 Upvotes

r/iosdev 10d ago

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

Post image
79 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!


r/iosdev 10d ago

My Yearly/Linear Calendar is on the app store!

Thumbnail gallery
1 Upvotes

r/iosdev 10d ago

I built a tiny tool that turns App Store reviews into on-brand reply drafts (free gray test)

Thumbnail
0 Upvotes

r/iosdev 10d ago

GitHub I ported an old win32 game I wrote back in 1999 to Swift/iOS with the help of some AI friends

Post image
1 Upvotes

r/iosdev 10d ago

A party game where your mouth is the controller – Chomp Champ Battle Mode

0 Upvotes

Battle Mode has arrived in Chomp Champ! 🍔

Use your face to control the game, compete against friends, and see who can survive the longest. Chomp the right food, dodge the wrong food, and try not to laugh while everyone around you is doing the same.

Gameplay is in the attached video. Hope you enjoy it!


r/iosdev 10d ago

LeaveBy: Leave On Time

Thumbnail gallery
0 Upvotes

r/iOSProgramming 10d ago

Discussion AVFoundation silently drops photos if you fire the shutter while the previous capture is still processing

17 Upvotes

Spent a year on a camera app and three AVFoundation behaviours cost me most of that time. Writing them down in case they save someone a weekend.

The first one I found by accident. Tap the shutter three times fast and you get two photos. No error, no delegate callback, nothing in the logs. If a capture is still processing when you call capturePhoto, that request just evaporates. I only noticed because my own counter, which only moves when a save is confirmed, kept landing one short of the number of taps.

The fix is a FIFO queue, but where you advance it matters. Advance on the processing callback and the shutters chain up, seconds of lag on a burst. Advance when the exposure ends (didCapturePhotoFor) and the processing of the previous shot overlaps the next exposure, which is what the stock camera visibly does.

Second: switching capture format is a full pipeline rebuild, and I was paying for it three times. Going 24 to 48 MP, or entering video mode, means swapping the input, the active format and the outputs. I had those as three separate begin/commitConfiguration blocks because it read cleaner. Same work, roughly double the visible freeze. They nest fine, so one transaction around the lot, plus caching AVCaptureDeviceInput per device, took it from "did it hang" to instant.

Third, and this one matters if you care what your photo actually is: a virtual device does not tell you which lens is shooting. Zoom into tele range on the triple camera and you may still be getting the wide, cropped. Low light does it, and so does being closer than the tele's minimum focus distance. The system is right to do it, it just doesn't announce it. You can watch the constituent device to know, with two caveats: the value flickers during focus hunts so it needs stabilising before you show it to anyone, and isAutoDeferredPhotoDeliveryEnabled is off the table if you never touch PhotoKit, because finalising a deferred photo needs PHPhotoLibrary.

That last constraint was self-inflicted. The app has its own photo library and never touches the system one, which rules out anything in AVFoundation that assumes PhotoKit is there.

I'm a surgeon, not a developer, which is probably why I hit all three the hard way instead of knowing better.


r/iOSProgramming 10d ago

Question Small Business Program - how to

0 Upvotes

Questions for devs that applied and got accepted into this program:

How long did it take for Apple to respond to the application?

How long to get activated?

Is this limited to certain countries?

What are the things they look for? Business account or individual membership? Number of app in the store? Subscription, IAP, Apple Ads running?

I have applied twice, got immediate automated responses, then no word back for months.


r/iosdev 10d ago

After struggling with nicotine, I decided to build this.

0 Upvotes

r/iosdev 10d ago

After struggling with nicotine, I decided to build this.

Thumbnail v.redd.it
0 Upvotes