Search results for

iPadOS 17.7.7

3,647 results found

Post

Replies

Boosts

Views

Activity

Reply to iOS26 UISearchbar and UISearchController cancellation issues
The “tapping the x in the search field cancels the search” issue has been in iPadOS 26 since beta 1. iPadOS 26 now emulates how Mac Catalyst apps have behaved for years. The issue doesn’t apply to iOS 26 since that shows a separate Cancel button. You can use FB17888632 as a demonstration of the issue. That is another search related issue I filed against iOS 26 beta 1 that still isn’t fixed in iPadOS 26 beta 9. It’s impacting my app and it also easily demonstrates the issue with the search getting cancelled when tapping the x icon to clear the search.
Topic: UI Frameworks SubTopic: UIKit Tags:
Sep ’25
Reply to ipados
@Manuelinh0 What happens in Software Update? Is anything listed for update, but it fails to install, or is nothing listed to install? Can you turn off developer beta updates, and turn them back on? You could try wiping it and putting it back to iPadOS 18, then enabling developer betas again?
Topic: Community SubTopic: Apple Developers Tags:
Sep ’25
iPadOS: remove system actions from Menu Bar
Hi, I am setting up the iPadOS26 Menu Bar, and it comes with some existing menu items that don't make sense for my app. For example, under File menu, there are options for New Window, Duplicate, Move, Rename and Export that I would like to remove (which keeping the Close Window option). What's the best way to do this?
Topic: UI Frameworks SubTopic: UIKit
3
0
202
Sep ’25
iPadOS keyboard formatting options
Hi, When I have a UITextView displayed on screen and in focus, the iPad keyboard shows buttons to Bold, Italics and Underline text (since it supports attributed text), and also a 'formatting' button that allows the user to change the font, color and size of the text, as well as justify text and add numbered lists and bullet points. Is there any way to disable or remove this 'formatting' button? My app doesn't support saving these options (other than bold, italics and underline), so it confuses users to see this option. Thanks.
Topic: UI Frameworks SubTopic: UIKit
0
0
159
Sep ’25
iOS 26 Public Beta Duplicate Contacts
I'm not sure at which beta it happened, but somewhere during the iOS 26 Public Beta releases, my iCloud Contacts have duplicated close to 100 times each. When I scroll to the bottom of the list to try and manage duplicates, it indicates I only have 2 duplicates. I should be sitting around 350 contacts and instead, I now have over 10k. Anyone else with this issue? I have filed Feedback in the app. I'm not certain if it was related to iOS 26 or iPadOS 26 as I have both, but noticed it first on my iPhone. I confirmed that the issue has affected my iCloud Contacts and therefore all of my Apple devices included older iOS and MacOS versions. Short of manually deleting all the duplicates, I'm at a loss as to how I can correct his.
0
0
181
Sep ’25
Reply to Request for Suggestions to Improve BLE Throughput on iOS Devices
I encountered the same issue. On iPadOS 17 and earlier systems, data packets could be sent multiple times within a single connection interval, but on iPadOS 18, they could only be sent once. Using a packet capture tool, I found that within a connection interval, iPadOS 17 sends a packet of data with the More Data attribute set to True, whereas iPadOS 18 sends it with the attribute set to False. As shown in the figure, multiple transmissions can occur within a very short time interval, whereas in iPadOS 18, only one transmission is allowed with an interval of 30ms Has your problem been solved? I would like to know if this issue is due to some restrictions imposed by iPadOS 18 or if there is a problem with our program configuration. I am looking forward to your reply
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’25
Reply to Request for Suggestions to Improve BLE Throughput on iOS Devices
I encountered the same issue. On iPadOS 17 and earlier systems, data packets could be sent multiple times within a single connection interval, but on iPadOS, they could only be sent once. Using a packet capture tool, I discovered that within a connection interval, iPadOS sends a packet of data with the More Data attribute set to True, while iPadOS sends it with the attribute set to False. As shown in the figure, multiple transmissions can occur within a very short time interval. In iPadOS 18, only one transmission is allowed with an interval of 30ms Has your problem been solved? I would like to know if this issue is due to some restrictions imposed by iPadOS 18 or if there is a problem with our program configuration. I am looking forward to your reply
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’25
Reply to Iphone 16 is not connecting to WiFi7 AP with MLO Suitb encryption(WPA3 Enterprise 192bit Security + Wi-Fi7 IEEE802.11be MLO)
It looks like your goal here is to report a bug. If so, please do that using Feedback Assistant. See Bug Reporting: How and Why? for further advice on that front. IMPORTANT When filing bugs about the on-the-‘wire’ behaviour of Wi-FI, follow the Wi-Fi for iOS/iPadOS instructions on our Bug Reporting > Profiles and Logs. Please post your bug number, just for the record. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Sep ’25
VisionKit – Tab Bar Button Titles Not Visible and Extra Back Button in iPad Landscape Mode
Description We observed multiple UI issues in VisionKit (VNDocumentCameraViewController) on iPad devices running iPadOS 26 (from Public Beta 4 onwards): Tab bar button titles are not properly visible due to color/contrast issues. An extra back button appears in the navigation bar when editing a captured image in landscape mode. These issues seem to be iPadOS 26 bugs, as Apple does not provide public APIs to customize or override VNDocumentCameraViewController. VisionKit relies on private ICDocCam* classes, which are not accessible for modification. Steps to Reproduce Open the app on an iPad running iPadOS 26 (Public Beta 4 or later). Switch the device to landscape mode. Launch document scanning using VNDocumentCameraViewController. Capture a document and tap Keep Scan. Go to the edit captured image screen. Observed Behavior: Tab bar button titles are not clearly visible (color/contrast issue). An extra back button is displayed in the navigation bar.
0
0
197
Sep ’25
Reply to UIMenuBuilder - some menus refuse customization
I had no trouble replacing the View menu with code similar to the following: override func buildMenu(with builder: any UIMenuBuilder) { super.buildMenu(with: builder) if builder.system == .main { let cmd = UIKeyCommand(title: Hello, image:nil, action:#selector(doStuff), input: 1, modifierFlags: .command) let menu = UIMenu(image: nil, options: .displayInline, children: [cmd]) if let view = builder.menu(for: .view) { let newView = view.replacingChildren([menu]) builder.replace(menu: .view, with: newView) } } } With that code the View menu only shows the one menu item I created. Tested with Xcode 26 beta 7 running on a simulated iPad running iPadOS 26 beta 6.
Topic: UI Frameworks SubTopic: UIKit
Aug ’25
Reply to Custom HCE payment UI
Hi @curve, Please see the following page to learn how to submit an interoperability request: Requesting interoperability with iOS and iPadOS in the European Union https://developer.apple.com/support/ios-interoperability/ For more information on Apple's compliance to the European Digital Markets Act, please see the following page: European Digital Markets Act (DMA) https://www.apple.com/legal/dma/ Cheers, Paris X Pinkney |  WWDR | DTS Engineer
Aug ’25
Reply to BLE connection issue with iPad A16 – Control Opcode 0xFF
We are tracking some similar issues with the A16 iPads, and looking for a fix in an upcoming iOS/iPadOS While we believe your issue could also be resolved with an upcoming fix, it does not hurt to have more data points, as the remote devices the iPads interact with vary, and would be good to cover as much as we can. To that end, we would like to see some diagnostic logs to understand why this might be happening on your end. To create that log, please go to https://developer.apple.com/bug-reporting/profiles-and-logs/ and follow the instructions for Bluetooth for iOS to install a logging profile on your device. Then, once the logging profile is installed: reproduce the problem, keeping track of the actual time of the actions you take and the result you see. please have your app use os_log() statements to indicate what CoreBluetooth actions it is taking if you have a small project demonstrating the issue, please include that. Once the problem is reproduced, follow the instructions at the above link to t
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’25
Floating keyboard issues on iPadOS 26
Observed on iPadOS 26 b8 in apps built with current SDK: Floating keyboard lacks corner mask Floating key blue highlight not aligned with its background Invoking floating keyboard can result in “ghost” full-sized keyboard appearing at bottom of screen Swipe-dismissing floating keyboard can result in it bouncing back up, again with ghost keyboard appearing Touching globe key can produce menus truncated/obscured by ghost keyboard Ghost keyboard can remain visible even after backgrounding the app (Some of these issues may be limited to non-English keyboards) FB19951605
Topic: UI Frameworks SubTopic: UIKit
0
0
203
Aug ’25