Apple approved my v1, v1.2 and an In-App Event in less than 24 hours - then the app started ranking across multiple countries

Apple approved my v1, v1.2 and an In-App Event in less than 24 hours - then the app started ranking across multiple countries

Yesterday was one of those days that reminds me why I still love building apps.

I launched TerraPulse, my real-time earthquake monitoring app, and in less than 24 hours a lot happened:

Apple approved the initial v1, followed shortly after by v1.2, which introduced a server-side notification system for faster earthquake alerts.

Then I submitted my first In-App Event.
I honestly expected it to sit in review for a while.
Apple approved it in around 30 minutes.

But the biggest surprise came afterward.
Shortly after going live, TerraPulse started appearing in the Weather category rankings across several countries. At first I thought it might just be the normal launch volatility of a new app, but more storefronts started picking it up and some positions began moving noticeably.

For example:
🇩🇴 Dominican Republic:** #38 → #28
🇪🇨 Ecuador:
#44 → #23
🇦🇷 Argentina:
#47
🇳🇮 Nicaragua:
#33
🇵🇦 Panama:
#42
🇭🇳 Honduras:
#4**7
plus rankings in Colombia, Venezuela and other markets.

The app is still extremely new, so I’m not treating these numbers as proof of long-term traction. Rankings can move quickly, especially around a launch.

Now comes the more interesting part: seeing whether those positions disappear after the initial launch period or whether the app can actually hold and improve them over the next few days.

The app is 100% in Spanish🇪🇸

u/App-Designer2 — 1 day ago
▲ 1 r/Appstore+1 crossposts

In 3 seconds, can you tell what my app does from these screenshots?

I’m working on the App Store presentation for TerraPulse, an earthquake monitoring app, and I’d like some fresh eyes on the screenshots.
Without overthinking it, take a quick look and tell me:

1. How many seconds did it take you to understand what the app does?

2. Do the first 3 screenshots communicate the main idea clearly?

3. Which screenshot caught your attention first?

4. If you found this on the App Store, would the screenshots make you want to learn more or download it?

I’m especially interested in your first impression, not whether every detail is perfect.
Any criticism is welcome, layout, text, hierarchy, colors, messaging, anything that feels confusing or unnecessary.

u/App-Designer2 — 4 days ago

Has anyone here tried Apple’s new Music Understanding API yet? 🎶

I’ve been playing around with Apple’s new MusicUnderstanding API and honestly… this thing is pretty damn cool.

It can analyze things like energy, pace, loudness, musical key, structure, instrumentation, etc. What caught my attention is that you can use those results over time, so the analysis can actually react to what’s happening in the song.

I’m currently experimenting with it in a small project called '…..‘ . Instead of just showing a traditional waveform or equalizer, I’m trying to turn the analysis into a visual “aura” that changes as the song plays.

So while the song is playing, the shape expands, contracts, pulses and changes depending on what’s happening musically. I’m also using the structure analysis to let the user jump between different parts of the song.
I’ve attached a few screenshots of where I’m at so far.

The cool part is that it’s not just an audio visualizer anymore. It feels more like the app is actually trying to interpret the vibe of the song.

Has anyone else here experimented with Music Understanding yet?

I’m curious what people are building with it, especially things that go beyond the usual “show the BPM / waveform” type of implementation.
Would love to see what you guys are coming up with. 👀🎶

u/App-Designer2 — 11 days ago

Has anyone seen App Store Search rankings change this much for a single keyword?

I’ve been tracking my app’s keyword rankings across multiple App Store storefronts using a tool I built myself.
Over the last few weeks, I noticed something interesting with the keyword “Secure Key”.

Right now my app is ranking:
🥇 #1 in Germany
🥇 #1 in Brazil
🥇 #1 in Italy
🥇 #1 in India
🥈 #2 in Japan
🥈 #2 in Vietnam
🥉 #3 in Canada

(plus several other countries where it ranks in the Top 10)

What’s interesting is that my app is competing against much larger password managers in some of these storefronts.

I’m not claiming to understand Apple’s search algorithm, but I’m curious if anyone else has experienced a keyword suddenly becoming much stronger across multiple countries.

Has anyone seen something similar?

I’d love to hear your thoughts or experiences.

u/App-Designer2 — 1 month ago
▲ 2 r/AppStoreOptimization+1 crossposts

Has anyone received this “Information Needed” request from App Review before?

Hi everyone,

I’m currently submitting my first version (1.0) of an iOS app, and instead of a direct rejection, I received an “Information Needed” request from App Review.

They asked me to provide a demo video showing the app running on physical iOS devices, including the main features and permission requests.

This is the message I received:

Guideline 2.1 - Information Needed
We need a demo video that demonstrates the current version, 1.0, in use on physical iOS devices.

The provided demo video must show:

The app running on physical iOS devices (not the simulator).
All relevant app features, services, and permission requests.

They also mentioned that if future versions require the same video, I can simply confirm that the existing video is still valid.

My app requires two users to pair together before features like chat, voice messages, shared photos, and synchronization can be tested, so I understand why they may have requested it.

I’m just curious:

Has anyone else received this type of request?
After submitting the demo video, was your app approved without further issues?

Do you usually create a new video for every update, or do you simply reference the original one if nothing has changed?

I’d really appreciate hearing about your experiences.

Thanks!

reddit.com
u/App-Designer2 — 1 month ago

If anyone is stuck after upgrading to macOS 27 beta and Xcode 27 beta, this worked for me.

I made the mistake of installing the macOS 27 beta and Xcode 27 beta without keeping a stable environment for App Store submissions. After that, I couldn’t submit updates because Apple requires apps to be built with supported public versions of Xcode.

I didn’t want to restore my Mac or use a second Mac, so I looked for another solution.
Here’s what worked:

I created a private GitHub repository and pushed my project.

I connected the repository to Xcode Cloud in App Store Connect.

I created a workflow in Xcode Cloud.
In the workflow settings, I selected **Xcode 26** and the **macOS Tahoe 26** build environment instead of the beta versions installed on my Mac.

Xcode Cloud built the app on Apple’s servers using those stable versions and submitted it directly to App Store Connect.

Even though my Mac is still running macOS 27 beta and Xcode 27 beta, the build was created with the stable environment in Xcode Cloud, so the submission was accepted.

My app is now **Waiting for Review**.

If you’re in the same situation, this may save you from having to restore your Mac, borrow a second Mac, or wait until the public release of macOS 27.

reddit.com
u/App-Designer2 — 2 months ago
▲ 4 r/AppStoreOptimization+1 crossposts

If anyone is stuck after upgrading to macOS 27 beta and Xcode 27 beta, this worked for me.

I made the mistake of installing the macOS 27 beta and Xcode 27 beta without keeping a stable environment for App Store submissions. After that, I couldn’t submit updates because Apple requires apps to be built with supported public versions of Xcode.

I didn’t want to restore my Mac or use a second Mac, so I looked for another solution.
Here’s what worked:

I created a private GitHub repository and pushed my project.

I connected the repository to Xcode Cloud in App Store Connect.

I created a workflow in Xcode Cloud.
In the workflow settings, I selected Xcode 26 and the macOS Tahoe 26 build environment instead of the beta versions installed on my Mac.

Xcode Cloud built the app on Apple’s servers using those stable versions and submitted it directly to App Store Connect.

Even though my Mac is still running macOS 27 beta and Xcode 27 beta, the build was created with the stable environment in Xcode Cloud, so the submission was accepted.

My app is now Waiting for Review.

If you’re in the same situation, this may save you from having to restore your Mac, borrow a second Mac, or wait until the public release of macOS 27.

reddit.com
u/App-Designer2 — 2 months ago

MacOS Golden Gate 27

I made the mistake of downloading and installing macOS 27 and Xcode 27. I forgot to make a backup of my previous macOS 26 (macOS Tahoe) installation.

Now I can’t submit or make any updates to my apps because, apparently, Apple doesn’t allow app updates to be submitted while using beta versions.

I’ve tried everything, but I can’t go back to the previous version of macOS Tahoe that I had before. It looks like I have to wait until September until the public release comes out.

Has anyone made the same mistake, or does anyone know how to go back to the previous macOS version and get out of the beta?

reddit.com
u/App-Designer2 — 2 months ago
▲ 3 r/AppStoreOptimization+1 crossposts

My indie app is currently #3 Top Paid and #39 Top Grossing in the Developer Tools category in Germany 🇩🇪.

The interesting part is that it’s a one-time purchase app, not a subscription app.

I’m genuinely curious:

What does ranking in Top Grossing actually indicate?

A few days ago it was around #169, so this jump caught me completely by surprise.

Would love to hear from developers who have experience with Top Grossing rankings.

reddit.com
u/App-Designer2 — 2 months ago
▲ 0 r/iosdev+1 crossposts

I built the ASO tool i wish i had when i launched my first app.

When I started publishing apps on the App Store, I always wanted a simple and affordable way to track where my apps were actually ranking around the world.

Most tools were either too expensive, subscription-based, or didn’t provide the level of accuracy I was looking for. Some scans were incredibly fast, but often missed rankings that were actually there.

That’s what inspired me to build RankingCheck.

It helps me track my app rankings across multiple countries, discover where my apps are gaining visibility, monitor competitors, and receive notifications when rankings change.

Recently, I added new ASO features that allow developers to:

✅ Discover keywords that are already performing well in the App Store

✅ See which apps are ranking for those keywords

✅ Track keyword positions in real time

✅ Monitor Top 15 changes and ranking movements

✅ Find keyword opportunities and use them to improve your own App Store optimization

One of my favorite features is being able to scan keywords and instantly see which apps dominate them across different countries. This makes it much easier to identify keywords worth targeting and improve your app’s visibility.

I built this tool primarily for indie developers like myself, and I’d love to hear your thoughts or feedback.

u/App-Designer2 — 2 months ago
▲ 2 r/AppStoreOptimization+2 crossposts

Which screenshot grabs your attention the most? 👀

I’m updating the App Store screenshots for RankingCheck and I’d love some honest feedback.

I recently redesigned the visuals and also added a new feature that lets users perform real-time ASO keyword research, including keyword rankings and search volume insights.

Do these screenshots clearly communicate the value of the app?
If you saw this page in the App Store, would you understand what the app does within a few seconds?

Any feedback on the design, wording, colors, or feature presentation would be greatly appreciated. Thanks!

I did them on Figma.

u/App-Designer2 — 3 months ago
▲ 1 r/appdev+1 crossposts

I redesigned the Screenshots from ForgeKey: Secure Password Vault

I made them Minimalist, Big Title, small Subtitle, white backgrounds.

Any Feedback will be appreciate 🤝

u/App-Designer2 — 3 months ago
▲ 35 r/AppStoreOptimization+1 crossposts

ASO really works

It’s amazing to see how this keyword is performing. The algorithm has identified “Secure Key” as a highly relevant keyword for my app. When I search for “Secure Key” in Germany, my app shows up as the #1 result, which is a great sign that the keyword association is working exactly as intended. 🚀

u/App-Designer2 — 3 months ago
▲ 6 r/iOSAppsMarketing+2 crossposts

I got tired of hearing “Where’s my phone?” every day… so I built an app

A little personal story.

I kept hearing my wife saying:

“Where’s my phone?” 😂

Not once. Not twice. Multiple times every day.

Then it became both of us. Looking under pillows, on the couch, in the kitchen, random places… sometimes while the phone was literally nearby the whole time 😅

Then I noticed something: it wasn’t just us.

Friends, family members, parents with kids running around the house… everyone seems to lose their phone constantly.

So I decided to build something simple.

I created HeyPhone. You choose your own keyword and when you say it, your phone responds with a alarm and notification , even in silent mode.

I recently localized it into Spanish, English, German and Italian.

Funny enough, I built it because of a small everyday problem at home 😄

Curious question:

How many times do you genuinely lose your phone during the week?

AppStore: https://apps.apple.com/de/app/heyphone-encuentra-tu-celular/id6769743111

u/App-Designer2 — 3 months ago
▲ 9 r/AppStoreOptimization+1 crossposts

You have 3 seconds. What's your first impression? 👀

Necesito una primera impresión totalmente sincera 👀

Ya lancé mi app, pero aún estoy ajustando las capturas de pantalla de la App Store.

¿Qué es lo primero que se te viene a la mente al ver estas capturas?

No me refiero a lo que piensas después de leerlo todo. Me refiero a tu reacción inmediata en los primeros 2 o 3 segundos.

¿Entiendes al instante qué hace la app?

¿Alguna captura de pantalla te parece confusa, recargada o innecesaria?

Y una cosa más: ¿el personaje morado hace que la experiencia sea más memorable o distrae?

Tengo mucha curiosidad porque después de mirarlas durante días, ya no puedo juzgarlas objetivamente 😅

EDIT: More context 😊

I realized some people may have been trying to understand the screenshots without fully understanding the language, so here's a bit more context.

The app is called HeyPhone.

You create your own custom keyword and activate listening mode. If you can't find your phone later, you simply say your keyword out loud and your iPhone responds with a sound, even if it's on silent mode.

You can also set multiple keywords for different situations, use Apple Watch controls, trigger the flashlight in dark places, view weekly stats, and more.

Basically: less "Where is my phone?!" and more "Ah, there it is." 📱

u/App-Designer2 — 3 months ago

Would these App Store screenshots catch your attention?

Hey everyone 👋

I'm working on the App Store page for my app and I'd love some honest feedback.

The app is called HeyPhone. You choose a custom keyword and when you say it out loud, your iPhone responds with a sound so you can find it more easily.

I just finished the screenshots and before submitting everything, I wanted to ask:

If you randomly saw these in the App Store, would they make you stop scrolling?

Would you feel curious enough to tap and learn more, or even download it?

I'm especially interested in first impressions:

Do the screenshots clearly explain what the app does?

Does the character help or distract?

Which screenshot grabs your attention first?

Anything you would change?

Brutal honesty is welcome 😄

u/App-Designer2 — 3 months ago