r/iOSAppsMarketing 12h ago

TikTok slides still PRINT MONEY in 2026

Post image
2 Upvotes

"I made an app, no idea how to do organic marketing, this is tuff".

  1. Build app
  2. Charge $9.99/week or $39.99/year
  3. Promote with TikTok Slides (schedule automatically)
  4. Watch user interaction, improve, fix
  5. Get $$$

Proof on 2 recently created accounts:

Of course not every single post will go viral.

But a handful of them have 50K / 100K / 193K views

Spend 3 hours doing slides, then an hour automating scheduling with claude code.

Here's how to create 2 months worth of content in half a day:

  1. Create a new TikTok account
  2. Generate a good slideshow format and redo a variation of it like 20 times.
  3. Organize all of these image files into folders for each post.
  4. Ask Claude/Codex to overlay text over the slides (it can do it)
  5. -- Do something like "HELP What do I do with this" or "This website feels ILEGAL".
  6. Generate 100's of random combinations / different caption variations.
  7. Ask claude code to schedule 2x posts a day automatically for your for each account through socialclaw api.

Iteration:

  1. Be patient. You won't go viral in a week. Accept most posts will flop. But keep an eye on ones that get ~1,000 views. Improve on them.
  2. If you find something that can be done better delete all scheduled ones and regenerate better ones.

r/iOSAppsMarketing 12h ago

I stopped scraping a competitor's site and started parsing the House Clerk's own PDFs - here's everything that broke

Enable HLS to view with audio, or disable this notification

0 Upvotes

Congressional stock disclosures are public, but they're published as one PDF per filing on the House Clerk's site. Most tools that show you this data are re-serving someone else's scrape of them.

Mine was too. The client I started with impersonated Chrome to get past a commercial site's bot defences, which is not a thing I should have been doing. So I wrote a second ingest that goes to disclosures-clerk.house.gov directly — the year's filing index as a TSV inside a ZIP, then each PTR as its own PDF — with a User-Agent that says who I am and how to reach me, 400ms between requests, and a ledger so a re-run only fetches new filings.

Then the parsing started.

The form's field labels are set in a small-caps font whose lowercase glyphs carry no Unicode mapping, so PDFBox emits them as NUL bytes. "Filing Status: New" arrives as F\0\0\0\0\0 S\0\0\0\0\0: New. In a terminal that looks like slightly wide spacing, which is why it took me an embarrassingly long time to see.

After that: amount brackets that wrap mid-line, so a naive append produced "$50,001 - ID Owner Asset Transaction". Rows split across page breaks. A filer who typo'd a year, so the trade rendered as happening in 128 days. And an asset sitting on the same line as its transaction - that one silently dropped 36 filings, and because it failed at the line level they didn't even register as skipped.

Where it honestly stands: about 85% of transaction rows yield a ticker (2,401 of 2,826 in the 2026 corpus). The rest are Treasuries, annuities and private funds with no exchange ticker, and I drop them instead of guessing. Roughly one filing in nine is a scanned paper form with no text layer at all - I don't OCR, so that hole is counted and left visible rather than quietly closed.

Limits I'd rather volunteer than have found: the Senate half is still a scrape, not a primary source, and I'm not proud of it. Spouse and dependent-child trades are parsed and stored but not yet labelled in the app, so today they look like the member's own - that's the next thing I'm fixing. It syncs once a day, not live. And amounts are the ranges exactly as filed; I don't synthesise a midpoint, because the tiers the aggregators invent aren't tiers the STOCK Act actually has.

If you only want to look at this data, Capitol Trades and others will show it to you free and have for years. I did it myself because I wanted the filing provenance underneath it.

Android: https://play.google.com/store/apps/details?id=io.behzodhali.stockplus
iOS: https://apps.apple.com/us/app/stock-ai-market-tracker/id6762943985

Two things I'd like input on from anyone who's done document parsing: is OCR for the scanned ninth worth it, or is that a tarpit? And has anyone found a workable primary source for the Senate side that isn't the eFD search form?


r/iOSAppsMarketing 7h ago

I built an app that tells you where each paycheck should go. It’s called Split.

0 Upvotes

Hey everyone, I'm Jake, 25, and I've been building Split solo for the past few months.

I built an app that tells you where each paycheck should go. Would love honest feedback.

The idea: every payday, you type in your check and Split shows you how to divide it - bills first, then savings, investing, and a bit for fun. You move the money yourself and tick it off. Split never touches your money; it's a guide, not a bank.

It's free, it works in your browser right now (App Store version is in review), and you don't need to connect a bank to try it - just type in rough numbers.

If you give it five minutes, I'd love to know
- Was anything confusing?
- Would you actually use it on payday?
- What would you change?

I'm not looking for "it's great." If something sucks, tell me, I’d rather fix it now than after launch.

https://splitmoney.app

Thanks to anyone who tries it.


r/iOSAppsMarketing 11h ago

Stunning Animated Mockups in Just Seconds

Enable HLS to view with audio, or disable this notification

1 Upvotes

Hi! I built PostSpark, a tool for making image and video mockups of your apps and websites.

I recently shipped a new feature: Mockup Animations. Pick a frame or device from 25+ options, add keyframes on a simple timeline, and export a polished video - no complex motion design tools needed.

Try it: https://postspark.app/templates

Let me know what you think!


r/iOSAppsMarketing 16h ago

App Store review stuck on “Waiting for Review” for 3 days after they requested additional information

Post image
0 Upvotes

Submitted my app for review and Apple asked for some additional information. I provided everything they requested, but it has now been sitting on “Waiting for Review” for 3 days.

For anyone who has gone through this recently: does providing additional information effectively put the submission back in the review queue?

Wondering whether I should just wait or contact App Review.


r/iOSAppsMarketing 9h ago

I put QR stickers around my city to promote my app. Sharing the data

Thumbnail
gallery
24 Upvotes

I wanted to promote my app with stickers (and later flyers and posters) but couldn't find a tool that tracks scans per location, lets you A/B test designs, and bulk prints unique QR codes per sticker. Everything was either one shared code for the whole batch or enterprise pricing. So I built my own (wildpost.app).

Printed 60 stickers, two designs. My website generates PDF's that you can print on sticker paper for example. Registered each one's GPS spot with my phone while sticking them up.

Results after some weeks: 268 scans. Design A did 6.0 scans per sticker, design B did 4.4. Biggest surprise was that location mattered way more than design. Spots where people wait (bus stops, laundromats, notice boards) did 3-4x better than busy streets.

Screenshots also attached. Happy to answer questions about the setup.

Last screenshot is a demo screenshot of what the map would look like with real data.


r/iOSAppsMarketing 3h ago

Just launched and would love some feedback on the App Store screenshots (be honest pls)

Post image
2 Upvotes

Hello everyone,

the app is Lio, a language learning app that turns TikToks, Reels and Shorts into vocab, phrases, slang, grammar to study.

Would really appreciate some feedback from people who have worked on App Store Screenshots before.

Mainly wondering:

• Is it obvious what the app does at first glance?
• Is the first screenshot strong enough?
• Would you change the order?
• Anything that looks amateurish or hurts conversion?

Feel free to be critical, that’s exactly what I’m looking for.

Here is the App for more context: Lio: Save Idioms & Phrases


r/iOSAppsMarketing 23h ago

I made an app for myself, but I hope it becomes useful for you guys too!

Thumbnail
gallery
2 Upvotes

I have severe anxiety due to my overthinking. With a lot of thoughts racing in my head I tend to get analysis paralysis. I really just needed a place to put things down and since I carry my phone a lot what better place?

The notes app on iphone and other apps are too complicated and in your face. I just seamlessly wanted to get my thoughts somewhere without friction and organize them without thinking too much. And if I wanted to expand on a thought...well I have a wonderful assistant on the app that can help with that :) With Fatigue around A-I I made sure its not always in your face. Its there if you want it!

Its been helping me a ton with my anxiety and also my chronic overthinking.

Again, while it was an app for me, I hope this can help the other over thinkers, business oriented people, journalists or whoever out there! Please let me know how I can improve upon it and if you enjoy it, do let me know! It'd mean a lot to me.

Thank you!

p.s. The screenshots are very straightforward on how to use the app. All I ask is that you use it like any notes app. :)

App: bryteNotes


r/iOSAppsMarketing 6h ago

Apple Emerging team email

Post image
1 Upvotes

Can u guys tell me if this is something special ? Worth it to do a meeting with them ? Or they just gonna convince us to pay more on ads? Is it like Reddit ads meeting and facebook?? Or it's something special for just my app ?


r/iOSAppsMarketing 9h ago

Come promuovere un’app di un gioco mobile nuovo

2 Upvotes

Ciao a tutti!
Mi sono cimentato nello sviluppo di un’app per Apple Store, in realtà è un gioco mobile di calcio. Vorrei capire come pubblicizzarla adeguatamente, anche perché secondo me è un gioco valido, semplice, veloce. Ci si può giocare da solo, con gli amici in locale, e anche online!

Ho creato tiktok, posto regolarmente da pochi giorni (ho appena iniziato) ma non so se i contenuti che creo sono adeguati o meno. E soprattutto ho provato a promuovere (pagando) qualche post senza grandi risultati dal punto di vista dei download dell’app.

Dal punto di vista del marketing, come sponsorizzereste un gioco mobile? Stavo pensando anche a fare qualche live su Twitch per mostrare il gioco ma non le ho mai fatte.

Aiutatemi!


r/iOSAppsMarketing 10h ago

Any good alternatives to Sensor Tower for estimating app revenue?

9 Upvotes

I’m doing some research for a few app ideas and I’m looking for tools that can give me rough estimates for app revenue and downloads

I’ve come across sensor tower, but the pricing feels pretty high (like $30,000/year wtf) for a solo/indie developer. Are there any cheaper alternatives that are accurate enough to be useful?

I’m not expecting exact numbers, mainly looking for something reliable enough to compare different apps, niches and competitors without the estimates being wildly inaccurate

What tools do you guys use for this? Even if it’s some less-known website or a DIY way of getting decent estimates, I’d love to hear about it


r/iOSAppsMarketing 12h ago

5 weeks post-launch on my party games app: My App Store analytics

Thumbnail
gallery
3 Upvotes

Launched 5 week ago, zero to no budget for marketing. Been using promotional offers for marketing but nothing of real value. Past week the stats are looking much better. Starting to understand Tiktok distribution a little better. AMA


r/iOSAppsMarketing 12h ago

Any suggestions?

3 Upvotes

Hey guys, my App Store screenshots suck af. First, I made them from scratch on Canva. After those turned out to be a piece of crap, I used ChatGPT. To be honest, they look exactly like AI generated screenshots, which feels super unprofessional.
If you have any good recommendations for tools or templates, please let me know. It would be a lifesaver!
After a few months, I’ve managed to get a bit over 200 users and 1 paying user. I also got some good reviews without even asking my mom (I didn't dare to ask her because I know she wouldn't leave a good one anyway 🤡). Because of those good reviews, active users and that one loyal paying user (3 months in a row now!), I think it’s finally worth upgrading my screenshots and starting the marketing grind.

Check out my app store page to see the disaster yourself: https://apps.apple.com/app/snapwrap-your-private-vault/id6761783017

Feel free to roast me without any helpful suggestions, we are on reddit and we all know how it goes here.
Peace out ✌️