Hello, I would like to ask if there is any possibility to invoke the Apple Sysdiagnose via an API call. I cannot find any API reference for Sysdiagnose. I am aware only about the manually invocation. https://it-training.apple.com/tutorials/support/sup075/ However, this is pretty annoying since a reproduction of a hunted bug takes several hours, so I am looking for the way how to invoke Sysdiagnose from our code.
Search results for
iPadOS 17.7.7
3,649 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
In iOS 18, the tab bar has been moved to the top on iPad. How can I hide this tab bar? Using TabBarController.tabBar.isHidden = true isn't working.
This has been resolved in iOS 17.0 beta4 and Xcode 15beta5 released today. It seems to be mentioned in ReleaseNotes. https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-17-release-notes Resolved Issues Fixed issue where loadProduct(withParameters:completionBlock:) was called from a background thread. (110640574)
Topic:
App & System Services
SubTopic:
Core OS
Tags:
There is a release note tracking this at: https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-14-beta-release-notes#Widgets Widgets might not appear in the widget gallery when using Simulator. (64222135) Workaround: Debug with your extension’s scheme directly to Simulator.
Topic:
UI Frameworks
SubTopic:
General
Tags:
Hello, This is most likely due to the analytics self-correcting after terminations were previously under-reported due to a bug. Please see the Xcode section in the iOS 26 release notes: https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-26-release-notes Thanks!
Topic:
App & System Services
SubTopic:
General
Tags:
Excatly the same observation for me ... it works on iOS and not on iPadOS.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hi together, issue seems to be fixed with iPadOS 13.6.1
Topic:
App & System Services
SubTopic:
Hardware
Tags:
Any updates? The issue still persists on iOS/ipadOS 16.2
Topic:
App & System Services
SubTopic:
Networking
Tags:
Are you able to reproduce the issue on iOS & iPadOS 18.1 Beta 4?
Topic:
UI Frameworks
SubTopic:
UIKit
Tags:
All of these are still an issue with iPadOS 26.2 beta 1.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags:
The same problem occurs on iPadOS 26.2 and Playgrounds 4.6.4.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
Hi there 👋 I'm a newbie to the Apple Developer ecosystem. I recently shipped my very first app to the App Store (see: https://themagichighlighter.com, or check it out on the App Store). Here's an excerpt from my manifest.json file, with the corresponding action and commands configuration: { ...: ..., action: { default_popup: popup.html, browser_style: true, default_area: navbar, default_icon: { 16: images/toolbar-icon-16.png, 19: images/toolbar-icon-19.png, 32: images/toolbar-icon-32.png, 38: images/toolbar-icon-38.png, 48: images/toolbar-icon-48.png, 72: images/toolbar-icon-72.png } }, commands: { _execute_action: { suggested_key: { default: Ctrl+Shift+F, mac: Ctrl+Shift+F, ios: Ctrl+Shift+F }, description: Open the popup menu } }, } Everything basically works as expected. The ⌘-Shift-F keyboard shortcut opens the extension popup on Mac and iPad (w/ external keyboard attached), and on Safari for Mac the popup has focus so it can accept subsequent keyboard input. I can even see the commands._execute_action.d
There is a release note tracking this at: https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-14-beta-release-notes#Widgets Widgets might not appear in the widget gallery when using Simulator. (64222135) Workaround: Debug with your extension’s scheme directly to Simulator.
Topic:
UI Frameworks
SubTopic:
General
Tags:
Can you show more context? What is the problem running your app on iPadOS 15?
Topic:
App & System Services
SubTopic:
Core OS
Tags:
This issue is resolved with the latest iOS / iPadOS 15 beta release
Topic:
App & System Services
SubTopic:
General
Tags: