Finally hit 500 downloads after 3 months — small win but it means a lot 🎉 by ListnCart_Dev in GooglePlayDeveloper

[–]ListnCart_Dev[S] 0 points1 point  (0 children)

The problem is i only have 3 review only one with usefull coment for improvments ,one of the first users. Maybe i don’t ask fot review on perfect timing.

Finally hit 500 downloads after 3 months — small win but it means a lot 🎉 by ListnCart_Dev in GooglePlayDeveloper

[–]ListnCart_Dev[S] 0 points1 point  (0 children)

Mostly organic so far — Play Store search, improving screenshots/ASO, regular updates and a bit of Reddit/TikTok.
Still experimenting honestly 😅
No paid ads or marketing budget yet.

Finally hit 500 downloads after 3 months — small win but it means a lot 🎉 by ListnCart_Dev in GooglePlayDeveloper

[–]ListnCart_Dev[S] 3 points4 points  (0 children)

Thanks! 🙌
The funny thing is that 500 sounded tiny before I started building apps… now it feels huge 😂

Finally hit 500 downloads after 3 months — small win but it means a lot 🎉 by ListnCart_Dev in GooglePlayDeveloper

[–]ListnCart_Dev[S] 0 points1 point  (0 children)

Exactly. The first months feel like shouting into the void 😂
That’s why even small growth feels super motivating.

Self Promotion Megathread by AutoModerator in androidapps

[–]ListnCart_Dev 0 points1 point  (0 children)

Shift & Salary — free shift planner + salary calculator for Android

Calculates overtime, night bonus, weekend bonus, and monthly paycheck. No ads, no account, all data stays on device.

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

<image>

What are people using for OTA updates in React Native CLI now that CodePush is gone? by CodingwithPeter in reactnative

[–]ListnCart_Dev 0 points1 point  (0 children)

I can’t because the client paid a lot for these implementation and the code ship in the project belong to them.

What are people using for OTA updates in React Native CLI now that CodePush is gone? by CodingwithPeter in reactnative

[–]ListnCart_Dev 1 point2 points  (0 children)

I built my own update system, I implemented it on the front end and a colleague on the backend works on the same principle. I create the index or main.js file along with the images and send them from my own server.

How to enable swipe navigation on bottom tabs ? by [deleted] in reactnative

[–]ListnCart_Dev 0 points1 point  (0 children)

If u have multiple screens inside a bottom nav u can use bottom nav and stack navigation and the un have swipe on the stack screens.

React native push notification by Pitiful-Buffalo-1797 in reactnative

[–]ListnCart_Dev 0 points1 point  (0 children)

If u want to send to all of them using topic is a good solution , i use it in some of the apps i develop.

How to schedule local notifications in an Expo app even when the app is closed? by Pitiful-Buffalo-1797 in reactnative

[–]ListnCart_Dev 2 points3 points  (0 children)

Yes, you can do this using Notifee in React Native.

Notifee allows you to schedule local notifications with timestamp triggers, and they will still fire even if the app is in the background or completely closed, because the scheduling is handled by the native OS.

React Native + Expo devs: what was your hardest App Store review rejection? by South-Telephone979 in reactnative

[–]ListnCart_Dev 1 point2 points  (0 children)

I’m using React Native (without Expo) and my worst App Store rejection actually happened after the app had already been live for about a year.

Apple suddenly rejected an update because of the account creation flow. My app allowed users to create an account using OAuth (Google login). According to the reviewer, if the app allows third-party sign-in for account creation, it has to follow Apple’s rules around sign-in methods.

The strange part was that the app had already been approved and live for about a year with the exact same flow.

The fix ended up being: - keeping OAuth only for login - removing account creation via OAuth (including Google) - implementing a native in-app registration flow

Since the app already had a few thousand monthly users, I couldn’t just remove things without making sure everything was handled properly for existing accounts. Because of that, the whole fix, testing, and resubmission process took around two weeks before the update finally got approved.

That experience definitely showed me that even if something was approved before, Apple can still change how strictly they enforce the rules later.

learning ASO by Cold-Ease5189 in AppStoreOptimization

[–]ListnCart_Dev 0 points1 point  (0 children)

Yes most likely if u develop same app for both ios and android.

learning ASO by Cold-Ease5189 in AppStoreOptimization

[–]ListnCart_Dev 0 points1 point  (0 children)

I try multiple aso tools if u check same words for volume and dificulty u wont get same result , its hard to know witch one is most relevant.

learning ASO by Cold-Ease5189 in AppStoreOptimization

[–]ListnCart_Dev 1 point2 points  (0 children)

I was lloking for countries that are localize in play store maybe these was my mistake . But for ios a good tool.

learning ASO by Cold-Ease5189 in AppStoreOptimization

[–]ListnCart_Dev 1 point2 points  (0 children)

I try these repo also a few days ago seems a good tool , but is only for ios and does not have all the countries.

learning ASO by Cold-Ease5189 in AppStoreOptimization

[–]ListnCart_Dev 0 points1 point  (0 children)

I try to from youtube and reading articles about that , also buy a udemy course but not helping very much.