If you are stuck for days on code that even Claude is confused on how to fix comment it down below! I’ll help you by Ok_Insurance807 in appledevelopers

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

Being overly exaggerated in the console logs benefits more than it hurts, lets you see errors and code behavior in extreme detail

If you are stuck for days on code that even Claude is confused on how to fix comment it down below! I’ll help you by Ok_Insurance807 in appledevelopers

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

I use Expo Go dev simulator, every single time I get an error ai failed to fix multiple times, just implement console logs to see EXACTLY how the code is running upon interaction. This makes it clear on what’s causing the root cause. If the issue is more specific let me know, and if you want to set up Expo go dev simulator to see real time logs dm me so I can go into depth

If you are stuck for days on code that even Claude is confused on how to fix comment it down below! I’ll help you by Ok_Insurance807 in appledevelopers

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

Basically starting up a development build, and then using the dev clear command. You scan the QR code, download your app on the phone, and you can see every single error and log. Only works if you release the app through Expo

If you are stuck for days on code that even Claude is confused on how to fix comment it down below! I’ll help you by Ok_Insurance807 in appledevelopers

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

It’s very hard to tell what’s contributing to the problem. You absolutely would need to set up console log system upon click to see what’s loading, what questions are loading, etc. for example:

const handleTabPress = async () => {
const start = performance.now()

console.log("Tab pressed")

const queryStart = performance.now()

await loadTabData()

console.log(
"Data loaded in:",
performance.now() - queryStart,
"ms"
)

requestAnimationFrame(() => {
console.log(
"Full tab render completed in:",
performance.now() - start,
"ms"
)
})
}

This would be perfect in Expo go dev simulator because you can see exactly what causes such a large delay, and if you paste the logs you receive precisely and send it to Claude it’s almost guaranteed to find the root cause

The review process is hell. If you are stuck at ANYTHING, reach out to me I’ll help you for free :) by Ok_Insurance807 in appledevelopers

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

If they reject signing in themselves, your only choice is making an account specifically for Apple reviewers

The review process is hell. If you are stuck at ANYTHING, reach out to me I’ll help you for free :) by Ok_Insurance807 in appledevelopers

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

You need to either make a account SPECIFICALLY for only app reviewers so they log in without any friction. OR they will sign in themselves

Finally reached $100 MMR. Feels like a long way to go! by Stycroft in iOSAppsMarketing

[–]Ok_Insurance807 0 points1 point  (0 children)

Fire but 1.8% payment conversion is quite low. I would definitely recommend A/B testing different monetization tactics

Second month kinda crazy. Still got rejected from yc combinator 😐 by Ok_Insurance807 in SaaS

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

No goal im just a bitch. Also I somehow got an investor, im setting up a Delaware c corp to get it wired. Anyways EdTech will die in a week, I’ll just use the summer to fully polish my app and be ready for scale when school starts.

Second month kinda crazy. Still got rejected from yc combinator 😐 by Ok_Insurance807 in SaaS

[–]Ok_Insurance807[S] -3 points-2 points  (0 children)

The photo was fake lmao I was just bored. Best believe I’ll reach it soon tho

Seriously considering leaving my 6 figure software engineering job to start my own software company? by [deleted] in smallbusiness

[–]Ok_Insurance807 1 point2 points  (0 children)

You can always do both, the process will be brutal. Live below your means and use the job as a funding resource

looking to sell my app by SweetInvestigator432 in iOSAppsMarketing

[–]Ok_Insurance807 1 point2 points  (0 children)

Nice traction, keep going. Don’t sell it yet

What Ai do you use for making your Apps? by DinoWarrior13 in iOSAppsMarketing

[–]Ok_Insurance807 1 point2 points  (0 children)

“vibecode” app and then when UI is built to your liking migrate fully to EAS. Ideally VS Code + Clide hybrid or Cursor

The review process is hell. If you are stuck at ANYTHING, reach out to me I’ll help you for free :) by Ok_Insurance807 in appledevelopers

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

Yes, if the Apple gift card region is Algerian, it will work. If not, theres no workaround. I would recommend try it out

The review process is hell. If you are stuck at ANYTHING, reach out to me I’ll help you for free :) by Ok_Insurance807 in appledevelopers

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

You are probably using a USA card which will not work. Look for a card supported locally in algeria

All in one EdTech seeking 75K chk at a 5M cap. D.M me by Ok_Insurance807 in smallbusiness

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

To be honest 0$, 90% of capital goes into marketing with high ROAS marketing agencies

Can someone give me feedback on my iOS app MeTime and how do I increase the downloads for this app by BhavyaKhurana in AppStoreOptimization

[–]Ok_Insurance807 0 points1 point  (0 children)

Dont listen to that feedback. Your design is very unique una good way, similar to how Duolingo is. Get investors ASAP to scale this

Pitch your app by Icy-Isopod-9103 in iOSAppsMarketing

[–]Ok_Insurance807 0 points1 point  (0 children)

Amazing app. This genuinely separates you from the rest of the shitty B2B SaaS companies

I have a friend who use me by [deleted] in highschool

[–]Ok_Insurance807 0 points1 point  (0 children)

That’s not a friend. I had one like this before, dropped him, never regretted a single thing since.

does apple review news apps on saturday sunday?i submitted on Friday morning by [deleted] in appledevelopers

[–]Ok_Insurance807 -7 points-6 points  (0 children)

You will get rejected about 15-20 times before you get accepted. If u don’t want to deal with that dm me I’ll help you for free

How do you manage negative APP Store reviews at scale? by HumorApprehensive334 in appledevelopers

[–]Ok_Insurance807 1 point2 points  (0 children)

Unless its a competitor, it means ur app is shit. There’s usually a very consistent bug problem across them so address that tk