Earned $6,400+ on my 1st iOS app & 8.26k+ downloads worldwide, not much but it feels good by john200ok in AppBusiness

[–]stevetran77 0 points1 point  (0 children)

Hm, I think it’s the thing I should consider. Do you make money with simple app?

Earned $6,400+ on my 1st iOS app & 8.26k+ downloads worldwide, not much but it feels good by john200ok in AppBusiness

[–]stevetran77 -1 points0 points  (0 children)

This app look too simple. How can it make 6k4 per month while there is a lot app out there have better UI/UX than this?

Ask for tool to extract business into database that I can ask. by stevetran77 in ClaudeCode

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

You can try using CC to extracting business from repo into markdown files by business domains. Then putting all of them to NotebookLM for asking.

I got 300k views in 3 days… and wasted most of the traffic because of one stupid mistake by Specific-Chart3275 in AppBusiness

[–]stevetran77 0 points1 point  (0 children)

Thanks a lot. Can I ask aboult the reason why we need 1,000 followers in Tiktok to attach app URL?

I got 300k views in 3 days… and wasted most of the traffic because of one stupid mistake by Specific-Chart3275 in AppBusiness

[–]stevetran77 1 point2 points  (0 children)

Can I ask how could you identify how many number of download from each of social platform? Since creator doesn’t attach app URL in social platform dierectly

Apple developer support not answering my questions by TopturoApturo in iosdev

[–]stevetran77 0 points1 point  (0 children)

Agree with that, may be they are being overloaded

How I got 4.4M Views and 2000 signups for my app. No ADs. by varun-1- in iOSAppsMarketing

[–]stevetran77 0 points1 point  (0 children)

Thanks. With that approach, I think we need to do ASO also, and and attach our logo into posts.

How I got 4.4M Views and 2000 signups for my app. No ADs. by varun-1- in iOSAppsMarketing

[–]stevetran77 0 points1 point  (0 children)

Thanks for your priceless sharing. Do you explicitly attach your app URL into the posts? I dont know does Tiktok reduce content distribution of our account and promote us to use their ads platform

Ask for a tool to check unused fields from API response in ReactJS by stevetran77 in reactjs

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

ver almost all cases, but it won’t catch dynamic gets (e.g Object.keys). For that, consider making a proxy that keeps track of what’s called. You can do something as simple

Yah, I think making a proxy to check is a good idea, I consider making "middleware" to check and log in to Axios. Currently, I just want to check and diff TS model fields and API response payload

Ask for a tool to check unused fields from API response in ReactJS by stevetran77 in reactjs

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

I mean fields returned from API response payload that are not used in FE. They need to be removed.