Post

Replies

Boosts

Views

Activity

Reply to XCode26 and Icon Composer woes
My understanding is if you are happy with your existing icons, and the way they look on iOS/macOS 26 - there is no need to change. I created an icon file for my existing icons and built with the latest Xcode 26.1RC: 5Mb was added to each app (which is significant if your existing app size is only 10Mb), iOS 18 icons looked wrong (appeared to be using the clear icon for the default), the end result on iOS/macOS 26 was visually the same as using my pre-existing (non glass) icons. So no useful benefit.
Nov ’25
Reply to AutoFill Unavailable - The developer needs to update it to work with this feature.
Worked this out: iOS18 introduced [ASCredentialProviderViewController prepareInterfaceForUserChoosingTextToInsert] and [ASCredentialProviderExtensionContext completeRequestWithTextToInsert:completionHandler] To insert user selected text from a 3rd party credential provider. This is the interface required to satisfy such requests. If it doesn't exist and your credential provider is the only one selected you will see that message.
Topic: Privacy & Security SubTopic: General Tags:
Mar ’25