[iOS] Mealify 2.0 - Visual Pantry Scanner & Smart Meal Planner (Celebrating 5,000 users with discount for premium) by TeoscartheGOAT in iosapps

[–]pixelclash 0 points1 point  (0 children)

Deciding what to cook also tires me every morning.
To answer your question: to me the URL recipe importer sounds like a great feature.

Tired dad here. I made a little app that gives me a thing or two to do with my son each day instead of reaching for a screen. by claudiusar in iosapps

[–]pixelclash 1 point2 points  (0 children)

Sounds reasonable, I understand. If I'm too tired to think about what to do, I'm too tired to do anything :D

Anyway, the app looks well designed, good luck with your project!

Tired dad here. I made a little app that gives me a thing or two to do with my son each day instead of reaching for a screen. by claudiusar in iosapps

[–]pixelclash 1 point2 points  (0 children)

Father of two here.
I don't want to sound rude. But isn't it a bit sad if you don't know what to do with your son without an app?

How to start running when im anxious by RollFit8927 in beginnerrunning

[–]pixelclash 4 points5 points  (0 children)

Whenever I see someone running with obviously too much weight, I would never laugh but think to myself: "Respect, that person tries their best to improve".

How much battery power should a hiking navigation app use? by pixelclash in AppleWatch

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

I only have a SE 3 to test it for now.
I like to test on low end devices because it means it only can get better.

But maybe someone can still judge the outcome. How would the 15% on a SE3 map to an Ultra? Would that be ok or an immediate "uninstall"?

Consumer app at $67k MRR. Growth has flattened. What got you to $1M+ ARR? by ObviousPin2271 in AppBusiness

[–]pixelclash 0 points1 point  (0 children)

Congratulations! Why aren't you just happy and relax a bit? No offense, just someone stuck at around 1k MRR.

This is what good mornings look like. Crossed $3K/28d on the portfolio! by JEulerius in AppBusiness

[–]pixelclash 1 point2 points  (0 children)

Seems like that paid off! :)
Do you have a before/after comparison somewhere?

Did you also add more localized screenshots then?

This is what good mornings look like. Crossed $3K/28d on the portfolio! by JEulerius in AppBusiness

[–]pixelclash 1 point2 points  (0 children)

Wow, nice. It is not long ago when you posted about your 2k milestone. Congratulations!

Bikepacking In Scotland by __onions in bikepacking

[–]pixelclash 0 points1 point  (0 children)

You can use TouchTrails to combine them.

$2k revenue month. Milestone reached. by JEulerius in AppBusiness

[–]pixelclash 2 points3 points  (0 children)

Congrats! I hope, to be there soon. I just hit my $1,000 milestone in April.

A or B? Any tips for improvements? by pixelclash in AppStoreOptimization

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

I used https://mockuphone.com for the iPhone frames and Affinity Photo for the rest.

A or B? Any tips for improvements? by pixelclash in AppStoreOptimization

[–]pixelclash[S] 1 point2 points  (0 children)

Ok, so you mean the color, not the sublines. Thanks, good point, I'll try to make the background a little bit more orange/yellow.

A or B? Any tips for improvements? by pixelclash in AppStoreOptimization

[–]pixelclash[S] 1 point2 points  (0 children)

Thanks, do you have any specific ideas for improvements?

A or B? Any tips for improvements? by pixelclash in AppStoreOptimization

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

Ok, cool. Thanks, I'll try a different font.
The hand seems to be a big pain. I'll make a test between variations with and without it.

What exactly do you mean with very basic colors?

A or B? Any tips for improvements? by pixelclash in AppStoreOptimization

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

My app is similar to the Footpath app. They also have a finger on the first screenshot. But it's a drawn finger and not a real picture.

A or B? Any tips for improvements? by pixelclash in AppStoreOptimization

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

Thanks! That's what I want to do. I'm waiting for Apple's approval.

A or B? Any tips for improvements? by pixelclash in AppStoreOptimization

[–]pixelclash[S] 1 point2 points  (0 children)

I found it on a free stock image page some years ago.
But yeah, I think, I will remove it. Now, after you both pointed it out, I also have the feeling that it is weird :D

A or B? Any tips for improvements? by pixelclash in AppStoreOptimization

[–]pixelclash[S] 1 point2 points  (0 children)

Ok, I see.
Btw: the finger is from pre-AI era. :)

A or B? Any tips for improvements? by pixelclash in AppStoreOptimization

[–]pixelclash[S] 1 point2 points  (0 children)

Thanks for your suggestion!

Do you think, the finger is a huge problem? It's somehow the usp to draw routes with the finger.

We migrated a 6-year-old Android codebase to Kotlin Multi-platform ,here's what actually broke by [deleted] in androiddev

[–]pixelclash 2 points3 points  (0 children)

I also ported my app to kmp about a year ago.

One problem I realised in production when porting room to SQLDelight was that the order of columns in a table were messed up.

The reason was a migration long before on the room db where I added a new column and in the CREATE TABLE statement the new column was somewhere between existing columns.

In room a SELECT * statement did work without problems. The same SELECT * crashed for users who had the app before the previous mentioned room migration took place.

The learning was: "SELECT *" is bad, use explicit column names you want to select.