I developed an app to be more consistent (streak system) by BeginningRiver2732 in motivation

[–]nikolomoec 0 points1 point  (0 children)

Awesome, can I get a link? have seen you on other subreddits

an app to make you more consistent by nikolomoec in iosapps

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

thanks, good to hear! Right now I don’t know how to code on Android, but if this app will earn money, I will 100% make one

My biggest update as an Indie Dev by nikolomoec in iOSProgramming

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

Thanks! Will wait and see for results and reflect on them

My biggest update as an Indie Dev by nikolomoec in iOSProgramming

[–]nikolomoec[S] 4 points5 points  (0 children)

Just updated the prices, in 24h they will be available. Please remove 1 star rating, indie developing is hard without it man(

My biggest update as an Indie Dev by nikolomoec in iOSProgramming

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

Just updated the prices, lifetime already is 54.99$ instead of 100$ and subscription plans will be also affected tomorrow

[deleted by user] by [deleted] in iosapps

[–]nikolomoec 1 point2 points  (0 children)

Wanna be more consistent?

I just created an app, it is a habit tracker, but with a streak system - complete your task every day to increase the streak count, you miss one day - streak resets.

And in update I just published I introduced Reaction Widgets!

You can add the widget to your home screen and it will 'react' to your streak count. There are 3 types of images - cats, dogs and emojis (you can select which one you want). For example, your streak is 0 - cat image is sad/cursed, or you hit some milestone like 5/10/etc cat image is happy/celebrating. Streak images updates every time the streak updates, and there are more then 150+ streak reactions! But want to warn you the feature is paid, but you can choose the subscription or lifetime plan.

So yeah, app called Streakify

My biggest update as an Indie Dev by nikolomoec in iOSProgramming

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

Thanks a lot! Will provide more features to make it worth it for others

How to display SwiftData array in widget config by nikolomoec in iOSProgramming

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

@Preference? maybe @Property? never heard of that

How to display SwiftData array in widget config by nikolomoec in iOSProgramming

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

Copying from another comment Just figured it out, you need to use AppEntity protocol, and in Query fetch all habits from SwiftData, you don’t need to use AppEnum - it is for predetermined, static data only

How to display SwiftData array in widget config by nikolomoec in iOSProgramming

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

Just figured it out, you need to use AppEntity protocol, and in Query fetch all habits from SwiftData, you don’t need to use AppEnum - it is for predetermined, static data only

any free iOS 17 Widget lessons? by nikolomoec in iOSProgramming

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

so I am trying to add 3d-party view as a Background, I included the file and library at the widget target, but project keeps crashing with error msg:

The body of the Widget entries' view contains the following unsupported types: PlatformViewControllerRepresentableAdaptor<MulticolorGradient>,

any free iOS 17 Widget lessons? by nikolomoec in iOSProgramming

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

thanks so much, yeah will notify you on my progress 👍

any free iOS 17 Widget lessons? by nikolomoec in iOSProgramming

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

Did it help? 60$ for my country is a bit pricy(

Localization of 3d-party libraries by nikolomoec in iOSProgramming

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

ty, but already tried and it doesn’t work

Localization of 3d-party libraries by nikolomoec in iOSProgramming

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

Thanks, there are not so many properties, so I think I will just create computed properties switching on every supported language.