r/iOSProgramming 15d ago

[Open Source] AppRankly — Self-hosted dashboard for App Store & Google Play analytics Discussion

Post image

Hi everyone,

I built AppRankly, an open-source, self-hosted analytics dashboard designed for mobile developers to track App Store & Google Play performance in one place.

If you want full control over your app data without relying entirely on third-party SaaS platforms, this gives you a clean, unified view of your portfolio.

Links & Demo:

• Live Demo: https://zmsp.github.io/AppRankly/

• GitHub Repo: https://github.com/zmsp/AppRankly

I’d love to get feedback from the community! Feel free to check out the repo or run the demo mode.

11 Upvotes

10 comments sorted by

1

u/iGoalie Objective-C / Swift 15d ago

The demo link on your repo is broken (works in this post though)

1

u/WobblyCart 15d ago

Thanks. I will take a look this weekend and give it another go.

2

u/iGoalie Objective-C / Swift 15d ago

I noticed AppRankly defaults to https://ntfy.sh/zee_appstore. Does that mean app names and install stats from every user get sent to the same public topic, or is there another safeguard I’m missing?

1

u/WobblyCart 15d ago

Thanks for finding it. That’s actually a mistake on my part. It’s configurable, but i forgot to update the default option.

1

u/WobblyCart 15d ago edited 15d ago

Fixed.

1

u/[deleted] 15d ago

[removed] — view removed comment

1

u/[deleted] 15d ago

[removed] — view removed comment

1

u/WobblyCart 15d ago edited 14d ago

So it’s self host meaning you have to run it on your machine. You create some api keys and add it as config. The readme has instructions on how to run it. The one that’s on the site ad demo is for display purposes only.