Search results for

iPadOS 17.7.7

3,649 results found

Post

Replies

Boosts

Views

Activity

iPadOS Sysdiagnose - invoke via API
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.
1
0
271
Feb ’25
Reply to Widgets Not Appearing in Simulator
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:
Jun ’20
Reply to Background abnormal exit on iOS 26
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:
Oct ’25
Safari Extension Popup doesn't get focus on iPadOS
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
0
0
807
Mar ’23
Reply to Emoji Ranger not showing in Add Widget list
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:
Jun ’20