Sponsored Link
Master Test Distribution & App Releases Amid App Centerâs Shutdown
Join Bitrise for a webinar to navigate the sunsetting of Microsoftâs Visual Studio App Center. Learn how to transition smoothly to alternative platforms, optimize test and store distributions, and prepare for the future of mobile app releases. Plus, get a sneak peek of Bitriseâs new tool designed to simplify your distribution workflows. Save your seat here.
News
Trader status in the European Union
If youâve been dutifully ignoring Appleâs reminder emails about setting your âtrader statusâ in App Store Connect, you can no longer submit app updates as of today. If you continue to delay doing it, your apps will be removed from the App Store in EU countries in February next year.
Apple has some information on what it all means if youâre struggling. Itâs still not simple, though, so be prepared to read that page several times.
Push Notification service server certificate update
This isn't urgent yet, but if you send push notifications from your app then youâll need to update this before next January. Thatâs only three months away, if you needed a scare! đť
Code
Beware UserDefaults: a tale of hard to find bugs, and lost data
If youâve ever noticed UserDefaults
data appearing to reset to default values, youâll want to read this article from Christian Selig. You may then also want to check out this article on a new package he created to solve the issue, TinyStorage.
Migrating Combine to AsyncAlgorithms
Combine isnât (yet?) deprecated, but itâs clearly not what Apple is investing in. Jacob Bartlett even mentions that it hasnât seen any updates since 2021, more than three years ago. Itâs important to note that you donât need to stop using it, but if you want to migrate to something based on Swift concurrency, you might want to read this article.
Reinventing Core Data with SwiftData Principles
I wouldnât necessarily take this article from Fatbobman as advice on what data persistence framework to use. Itâs also not an exaggerated and reactionary rant about SwiftData, but it is a story of why heâs going back to Core Data. Itâs a very lengthy look at approaches to data persistence and is worth a read.
Create ZIP files in Swift without third-party dependencies
Did you know that iOS has built-in support for zipping files? I didnât either, but Oleg Dreyman lays out how to do it in this article. Itâs not only available on iOS, either. The documentation specifies that it works across all Apple platforms. There are some things you should know about the API, so read the article, but this might save you a dependency.
Jobs
Senior iOS Developer @ komoot â Youâll team up with six world-class iOS engineers, take over full responsibility for our iOS app, and develop diverse features for navigation, routing, social interaction, and content visualization that will make your work challenging and fun. â Remote (within European timezones)
And finally...
I was left with a series of âWhat ifâsâ â¤ď¸
Comment
Many people have written about the repeated screen recording permission prompts in macOS 15 and I mostly agree with the negative coverage.
There is some potentially good news coming in 15.1, with the promise of even less frequent prompts if you regularly use an app. That seems like a reasonable compromise, and is probably where Appleâs iteration on this feature will end. But I also liked Matthias Gansriglerâs recent idea about allowing apps to request default permissions.
The whole post is worth a read, but the gist of it is that if the entire purpose of an app is dependent on a privilege, developers should be able to request that privilege during App Review.
I always want my screenshot tool to have screen recording privileges, my voice memos app to have microphone privileges, and my calendar helper app to have access to my calendars. Iâm sure you have examples you can think of, too, where even that initial prompt for the primary permission is unnecessary as itâs the entire purpose of the app.
Iâd still like to be able to go to settings and turn off those default permissions, but having them on by default would be great at reducing permission prompt overload.
You might think that this idea is overkill, but two things happen as weâre shown more and more security prompts. The decisions we make lose meaning and we get conditioned to accept everything. Second, for apps where the permission is truly important to the appâs operation, if the user does deny the privilege then they are either left with a useless app or a messy trip through the settings app. Yes, apps can choose to deep link people into Settings, but even so, it can turn a pleasant on boarding experience into a chore.
The downside, of course, is consistency. If the operating system stops asking for user permission for some apps, will people assume every app can do everything again? Default permissions could be listed on App Store listings. However, most people donât read that kind of information.
I donât expect Apple to make major changes to the permission prompt system, especially with the tweak to screen recording permission frequency coming in macOS 15.1. That said, itâs an interesting discussion point, and I hope they keep iterating on how it works, and that ideas like this are considered.
Dave Verwer