Post

Replies

Boosts

Views

Activity

Reply to tab icon in iPadOS 18 tab bar
Thanks, the UIKit answer is that UITabBarController.mode can be set to UITabBarControllerModeTabSidebar. It only adds a sidebar icon that can open a sidebar with the icons. That does not help, it only makes the UI clunkier. The suggestion feedback is at FB14536289.
Topic: UI Frameworks SubTopic: UIKit Tags:
Jul ’24
Reply to Connect DSA trader question
Disclaimer: I am not a lawyer, and none of the text below should be regard as legal advice. In my reading of the official and final text, traders that qualify as micro- and small-sized companies are exempted from having their detailed contact data published on the platform. The Contact Information Verification form on App Store Connect does not provide an option for a self-declaration as a micro- or small-sized company. Instead, it cannot be completed without filling the e-mail and phone number fields. This form states that this information will appear on the App Store in certain countries or regions. This form therefore violates the DSA, and Apple should amend it.
Apr ’24
Reply to IOS 15 multipeer connect keepalive
Hi corin, some of my users reported frequent disconnection issues in multipeer connectivity. I could reproduce them only in situations when switching off WiFi forces MCSession to use Bluetooth. Does that match your observations? Have you found another workaround or even the root cause in the meantime?
Nov ’21
Reply to Xcode 12.1 cannot install to iOS 14.2
Here is my solution: Install the Xcode 12.2 release candidate. Don't worry about renaming as suggested by CrudeByte - https://developer.apple.com/forums/thread/665891?answerId=645676022#645676022, it will install as Xcode-beta.app in parallel to your Xcode.app. It will install "additional components", though. Remove the contents of ~/Library/Developer/Xcode/iOS DeviceSupport (or at least the folders starting with 14.2) Build and run your app in Xcode-beta (12.2 beta 4, also known as release candidate). This might take a few minutes as Xcode copies caches from your 14.2 device to the device support folder You may want to continue in Xcode-beta or return to Xcode 12.1. Either will now build, run, and debug your app in reasonable time. I understand your concerns about installing a beta, as I did have issues with switching back and forth between beta and release versions of Xcode a few times in the past. This time around it seems to work. I would still not recommend to run them at the same time. tundaware - https://developer.apple.com/forums/thread/651012?answerId=616750022#616750022's answer on another thread inspired this. If you don't want to install a beta but can stomach replacing parts of your Xcode installation with material downloaded from GitHub, aaronsarkissian - https://developer.apple.com/forums/thread/665891?answerId=645879022#645879022's answer should help as well, at it is based on the same idea.
Nov ’20
Reply to Xcode 12.1 cannot install to iOS 14.2
After many tries going back and forth between Xcode 12.1 and Xcode 12.2 beta 4 (the Release Candidate), I got both now to install and launch my app. However, it then gets stuck at the launch screen. The app does not start running, no debugging session is started, the console stays empty. The app does get installed. When I stop the session, I can actually run the app stand-alone on the 14.2 device. No iOS betas seem to be available at this time, and going back to 14.1 is not allowed. Questions: Is there any version of Xcode that can debug apps on iOS 14.2 devices? Do I need to stop development until Apple deigns to release Xcode 12.2?
Nov ’20
Reply to Not able to localise NSLocalNetworkUsageDescription.
This issue still occurs in yesterday's iOS 14 beta 7. Worse still, localized apps display the base-language custom message from the info.plist under a localized title and with localized action buttons, and thus ensure complete confusion for end users. I prefer now not to customize it and leave users with the misleading but pre-localized default description, which at least they can try to understand in their own language. I filed a bug report but have little hope that any human will ever read it.
Topic: Privacy & Security SubTopic: General Tags:
Sep ’20