My Mac reboots when I have a power cut. Thatβs it.
14.05.2025 08:17 β π 1 π 0 π¬ 0 π 0@fehners.bsky.social
Founder of Fehners Software, an iOS and Android app development company. Indie since 2010 Babyfeedtimer.app Fehnerssoftware.com
My Mac reboots when I have a power cut. Thatβs it.
14.05.2025 08:17 β π 1 π 0 π¬ 0 π 0Amazing!
02.05.2025 13:37 β π 0 π 0 π¬ 0 π 0Someone has to do a Movie/TV show tie-in, the story so far is so good
02.05.2025 08:07 β π 0 π 0 π¬ 1 π 0Apple now allows 3rd party payment gateways for apps in US AppStore as a result of Apple vs Epic verdict. Note that India we can use 3rd party PG in Playstore due to Competition Commissionβs order against Google. I hope they do it for Apple too. developer.apple.com/app-store/re...
02.05.2025 06:36 β π 0 π 1 π¬ 0 π 0I saw numerous problems when storing a shared plist file in the group container. It was a small percentage, but some devices were not able to read from it. Iβve steered clear of using an app group since.
25.04.2025 07:58 β π 0 π 0 π¬ 0 π 0I use this app every now and then to cleanup all all the rubbish Xcode has accumulated.
apps.apple.com/gb/app/devcl...
Thatβs odd. Iβve been playing it on steam deck without issue for the last couple of weeks. Only thing different from stock is Iβve run CryoUtils to increase the swap space. Maybe worth trying. github.com/CryoByte33/s...
31.01.2025 09:51 β π 0 π 0 π¬ 1 π 0Mainly the CPA is all over the place. I look once a month and it fluctuates pretty wildly. If a tool was improving the CPA, it would have to be a huge change for me to notice amongst this noise.
29.01.2025 18:52 β π 1 π 0 π¬ 1 π 0It looks interesting, but I find ad performance so variable that Iβm not sure I would be able to objectively decide if it was improving ad performance.
29.01.2025 10:17 β π 2 π 0 π¬ 1 π 0I suspect itβs very low. I have apps not updated for more than 3 years that get very low downloads, 10 downloads a week, and they havenβt been hit by this rule.
27.01.2025 09:37 β π 1 π 0 π¬ 0 π 0Same here. I think sometimes I understand why, and then I come back to using it later on and need to trial and error my way to what should be true and what should be false. I vote for a better named API, this canβt be the best option.
24.01.2025 08:59 β π 1 π 0 π¬ 0 π 0Those grips look as painful as the Switch ones. I was expecting SteamDeck like ergonomic grips.
17.01.2025 09:28 β π 0 π 0 π¬ 0 π 0As of iOS 18.2, Objective-C projects may encounter compilation issues when accessing Image Playground. In the meantime you can consider creating a private or fileprivate Swift class that adopts ImagePlaygroundViewController.Delegate, and then creating an intermediate protocol to bring the functionality into your Objective-C project. Keep an eye on future releases for the option to implement Image Playground more directly into your Objective-C project.
Just had it confirmed that using ImagePlayground in UIKit for a project that contains Objc is currently broken. Fix coming soon.
18.12.2024 12:50 β π 2 π 0 π¬ 0 π 0Code snippet which shows the signature of ImagePlaygroundSheet
Although it doesn't say it in the docs, if you jump to the definition it shows various alternatives. One of which allows an optional Image to be passed. However, this causes ImagePlayground to hiccup on most of my uses at present. So Ive avoided for now.
18.12.2024 10:10 β π 0 π 0 π¬ 1 π 0Apple, can we have this be a non-blocking operation?
Sat here yet again waiting for the copy to complete and can't use Xcode at all until it's complete π«€
In many cases, adding a `.animation` or `withAnimation` might be all you need to have beautiful interruptible animations in SwiftUI.
16.12.2024 07:54 β π 30 π 4 π¬ 0 π 0Co-op, PVE, Rouge Like, Elden Ring! Yes please!!
youtu.be/Djtsw5k_DNc?...
ELDEN RING NIGHTREIGN will thrust players into co-op multiplayer PVE combat against a harsh and unforgiving world (1/2)
13.12.2024 02:10 β π 469 π 19 π¬ 11 π 6Naughty Dog reveals sci-fi game Intergalactic: The Heretic Prophet
13.12.2024 04:10 β π 319 π 34 π¬ 9 π 15DateFormatter is super useful, but it's also really error-prone π©
It's so easy to set a bad format or re-create the formatter too often...
But did you know that a simpler and more robust alternative exists?
www.swiftwithvincent.com/blog/bad-pr...
Is this a pure Swift project? I'm figuring out an issue with presenting ImagePlayground in UIKit and the issue seems to be my mix of Swift and Objc
10.12.2024 11:45 β π 0 π 0 π¬ 0 π 0Image showing a compilation error "No type or protocol named 'ImageGenerationViewControllerDelegate'"
Doesn't look like you can use ImagePlayground within an app that mixes Swift and Objc unless you present it using SwiftUI. Trying to display it using UIKit results in a compilation error in the generated swift header file :( FB16077654
10.12.2024 11:43 β π 1 π 0 π¬ 0 π 0Iβve not made anything for Vision OS, so canβt comment there. However, Iβve never seen a triangle when testing or in release of my iOS apps with InApp purchases
09.12.2024 09:20 β π 2 π 0 π¬ 1 π 0Did you try using it in just UIKit? It's causing some odd compilation errors due to my project being a mix of ObjC and Swift. It's adding ImageGenerationViewControllerDelegate into my Project-Swift.h file in place of ImagePlaygroundViewController.Delegate, which it subsequently fails to resolve :(
06.12.2024 16:32 β π 1 π 0 π¬ 0 π 0Ok fine, Image Playgrounds is actually pretty neat as a quick icon maker (in @darknoise.app)
06.12.2024 00:33 β π 38 π 6 π¬ 4 π 2SwiftUI is growing on me more and more. Started out only using it when forced to for Widgets, but now use it loads.
I just swapped out a very old setting screen using @AppStorage in minutes and no longer have lines of code to handle state of toggles etc.
www.hackingwithswift.com/quick-start/...
I completely missed that this could be embedded within our apps already. Thought it was just useable through their Playground app only!
04.12.2024 09:03 β π 2 π 0 π¬ 1 π 0Sharing your work is a good cheat code.
I wrote a blog post about Image Playground when it was released, and yesterday met someone who implemented it in their app following it.
And asked me if I want to work for them!
www.rudrank.com/exploring-sw...
Just completed my 760th work out with Strong App. A great no fuss Indie app that I paid a one time fee many many years ago.
apps.apple.com/app/id464254...
It was like watching a politician being interviewed. After the first couple of non-answer answers I skipped on. The opener was like βwhat went wrongβ and they were like βlet me tell how proud we are with the protagonistβ, big sigh, the writing was on the wall.
01.12.2024 11:57 β π 6 π 0 π¬ 0 π 0