I'm working on the localisations for my App. It's not a pleasant experience doing this with Xcode. Considering that Apple Apps are generally localised, it's hard to understand how Apple engineers tolerate the buggy, awkward mess which Xcode presents.
#xcode #iosdev

Any idea how to fix this Liquid Glass visual bug?

In my app, I have a #SwiftUI Menu that presents an overlay over the whole view. But the Menu stays visible for a short period of time until it goes below the overlay 🫤

Works fine on iOS 17/18.

Code: https://gist.github.com/alpennec/31e2ca4ce0980986afff0884afd7f477

Feedback: FB22453803

#iOSDev

Something very strange is happening in TestFlight for external testers - some folks are reporting they see "Tester Removed" even though I see them as active in the test group. Also they can't rejoin with the public link unless they also manually do Stop Testing and then use a public link... and it's not just 1-2 people, in one of my apps it's close to a 1/3 of a tester group that's affected 😓

Does anyone have a clue as to what may be going on? 💭

#IndieDev #iOSDev #TestFlight

With Coca - Deep Awake, your Mac stays green in Slack and Teams 🤝 while you’re uhm... at your desk… testing the latest build on a real iPhone of course!📱Thats the Deep Awake feature, hope you like it: https://testflight.apple.com/join/98NSbVYV
#iosdev #macdev

Is ViewInspector worth the third-party dependency risk? For unit testing SwiftUI views, it enables finding subviews, querying attributes, and triggering actions. Strong maintainer support and an active community make it a reliable choice.

🔗: https://qualitycoding.org/viewinspector-risks-benefits/ by Jon Reid (@qcoding)

#SwiftUI #Testing #iOSDev

ViewInspector for SwiftUI: Weighing the Risks and Benefits

Learn why ViewInspector is essential for SwiftUI unit testing, including trade-offs of third-party dependencies and how it compares to SwiftUI Previews.

Quality Coding
Join us on Sat 18-07-2026 09:30 at `Coffee Coding`.
More info: https://appsterdam.rs/event-ppssvtyjckbxb #Appsterdam #iOSDev #AndroidDev #Developers #Meetup
Fixed an obscure issue reported by a customer blindly based on their sentence-long description and feeling GOOD about it. #iosdev

The following article provides a guide to debugging universal links in iOS apps:

https://bugfender.com/blog/ios-universal-links/

#iOSDev

iOS Universal Links: Setup, Testing and Debugging Guide | Bugfender

Learn how to implement iOS Universal Links and Apple Universal Links, configure AASA, test correctly, and fix common issues.

Submitted the first version of diu for review today, couple hours later I got an instant rejection.

They ask for a screen recording demonstrating the app's functionality, a description of the apps purpose, and a whole lot other stuff which is already declared in ASC.

Is this a default for all new apps? I'm confused.

#iosdev