Apple Developers

RSS for tag

This is a dedicated space for developers to connect, share ideas, collaborate, and ask questions. Introduce yourself, network with other developers, and foster a supportive community.

Learn More

Posts under Apple Developers subtopic

Post

Replies

Boosts

Views

Activity

Walkie-Talkie app missing in watchOS 27 beta
While testing the watchOS 27 beta, I noticed that the standalone Walkie-Talkie app has been removed from the system. Walkie-Talkie has always been a great, lightweight way to stay connected. Much like Digital Touch, it’s one of those quick, low-friction features that makes the watch feel uniquely personal for communication throughout the day. I am really hoping its absence is just a temporary beta omission rather than a permanent retirement of the feature. I have already submitted a request via Feedback Assistant asking the engineering team to consider keeping it in the final release. If you also rely on this app for quick wrist-to-wrist updates, I highly recommend submitting your own feedback ticket to let the team know there is still an active user base for it. (FB23040695) Has anyone else ran into this or found an official note from Apple regarding its removal in the release notes? Hopefully, we will see it return before the public release this fall. Over and out!
7
8
2.1k
1w
Spring Loaded Folders seem broken in MacOS 27 RC
In previous versions of macOS, I could drag a file from another application, such as an attachment in Mail, onto the Finder icon in the Dock. Finder would then expose available Finder windows, allowing me to continue holding the dragged file, move into the desired Finder window, navigate through folders using spring-loaded folder behavior, and ultimately drop the file into a nested destination. Are others seeing this?
1
0
104
1w
Display discomfort on stable iOS/macOS releases, but not on beta versions—what could explain this?
Hi folks, I experience nausea and visual discomfort when looking at the screens on my Apple devices. However, I’ve noticed that this discomfort goes away when I switch to beta versions of iOS or macOS. While trying to narrow down the cause, I found that the following changes also eliminate my symptoms on the stable release of macOS: On my MacBook Pro, changing the display preset from “Apple XDR Display (P3-1600 nits)” to “Apple Display (P3-600 nits).” On my MacBook Air (M5, 15-inch), changing the color profile from “Color LCD” to “Display P3.” These observations make me wonder whether the issue could be related to gamma curves or how colors and brightness are rendered, though I’m not sure. On my iPhone, I haven’t found any display settings that provide similar relief. So far, switching to an iOS beta has been the only thing that helps. Has anyone experienced something similar? Could any display experts or Apple engineers offer insight into what might explain this, or suggest settings I could test? Thanks!
0
0
472
1w
Retreiving app analytics
Gidday I hope that I have posted this in the correct thread. We have had an app developed on behalf of a not-for-profit organisation that I volunteer with, and part of my role is to report every month on the total number of installations for this app. Previously, I have been able to log on to "App Store Connect" and select the app, then Analytics and on the right-hand side of the page, the date range for the life of the app. Then it would show me the total number of installations for the app's life. Can anyone out there show me how to go about this now, considering that the total date range has been removed or am I missing this entirely?
2
0
669
1w
中国大陆iOS26.6系列系统bug
中国大陆多数iphone手机用户在更新iOS26.6.1和26.6.2等等出现面容无法使用,相机前置无法使用了,后置可以正常使用,我作为iPhone深爱粉,我希望这个问题可以及时解决,出现这种问题的人越来越多,大陆抖音等社交媒体平台中有很多人对这个问题提出反馈
0
0
131
1w
Unknown MDM SETTINGS issues with all accounts
. The three entries LastMDMMigratedBuild Build identifier Records the last iOS build associated with an MDM migration. MDM means Mobile Device Management, a system organisations can use to configure and manage devices. LastMigratedBuild Records the last build associated with a migration. It matches the MDM migration build recorded above. StopFilteringGrandfatheredRestrictions This is a Boolean setting. Its name suggests it controls filtering of older, existing restrictions. file system xml version="1.0" encoding="UTF-8"?> ANYTHOUGHTS OF WHAT THIS IS.
0
0
324
1w
Starting iOS Development Tips&Tricks
Hello everyone! I'm just starting with iOS. I've been browsing through all the videos, but it's a bit overwhelming because there are just so many. Does anyone have a must-watch video recommendation? I'm looking for one of those mind-blowing videos that makes you think, 'I wish I had watched this sooner because it makes everything so much easier!
3
0
1.3k
1w
Spotlight ignores “Files” exclusion and Search Privacy on macOS 26 Tahoe
I’m seeing inconsistent Spotlight behavior on macOS 26 Tahoe. In System Settings → Spotlight, I have: Apps: enabled Files: disabled Folders: disabled Despite this, Spotlight still shows regular files from many locations, including application support folders and user Library containers. Examples: /Applications/Adobe After Effects 2026/Presets/Image - Special Effects/Night Vision.ffx /Applications/Utilities/Adobe Creative Cloud/Components/CCLibs/resources/designLibraries/main.js.map /Users//Library/Containers/com.docker.docker/Data/log/vm/kmsg.log.0 I also added: /Applications/Adobe After Effects 2026/Presets to Spotlight → Search Privacy, but Spotlight continued to show: Night Vision.ffx in the Spotlight UI. This is reproducible with mdfind as well: mdfind 'kMDItemFSName == "Night Vision.ffx"c' returns: /Applications/Adobe After Effects 2026/Presets/Image - Special Effects/Night Vision.ffx I rebuilt the Spotlight index with: sudo mdutil -i off / sudo mdutil -X / sudo mdutil -i on / sudo mdutil -E / but the behavior persisted. I also encountered a separate but likely related issue where installed applications were temporarily missing from Spotlight search. For example, Visual Studio Code existed at: /Applications/Visual Studio Code.app and its Info.plist contained the correct bundle identifier: com.microsoft.VSCode but initially: mdls "/Applications/Visual Studio Code.app" returned: could not find /Applications/Visual Studio Code.app and: mdfind 'kMDItemCFBundleIdentifier == "com.microsoft.VSCode"' returned nothing. However, test-importing the app worked correctly: mdimport -t -d2 "/Applications/Visual Studio Code.app" and showed valid metadata such as: kMDItemCFBundleIdentifier = "com.microsoft.VSCode" kMDItemContentType = "com.apple.application-bundle" kMDItemDisplayName = "Visual Studio Code" Restarting Spotlight-related services: killall Spotlight killall corespotlightd sudo killall mds sudo killall mds_stores caused application indexing to start working again. After that, Visual Studio Code correctly appeared in: mdfind 'kMDItemCFBundleIdentifier == "com.microsoft.VSCode"' But the original problem remains: regular files still appear in Spotlight even though Files and Folders are disabled. I also verified that adding: com.apple.metadata:kMDItemSupportFileType = MDSystemFile as an extended attribute to a file makes it disappear from the Spotlight UI, which suggests the files are being indexed and surfaced despite the UI exclusion settings. Expected behavior: When Files and Folders are disabled in Spotlight settings, Spotlight should only show applications and should not show arbitrary files such as .ffx, .js.map, logs, presets, or application-support files. Also, files located inside a folder listed under Search Privacy should not appear in Spotlight results. Actual behavior: Spotlight continues to show these files, including files inside folders explicitly excluded by Search Privacy. This appears to be either: a regression in Spotlight result filtering on macOS 26 Tahoe, or a mismatch between the “Apps” category and application-related content indexing. It would be useful to know whether this is a known issue.
0
2
112
2w
Apple engineering level 2 threat of my IP?
The last 12 months or longer have been a hacked life nightmare. Today I discovered multiple blacklists inc a level 2 threat blacklist from Apple engineering. I am a victim not a hacker, I have found malware on my MacBook (spyware), refusal of service notifications from google inc the hackers address which I tracked to Amsterdam, blackmail threats, retaliation and death threats but no help from anyone inc police and government or Apple and this potentially effects many Apple users. Please Apple tell me why I was blacklisted and investigate the spyware incident so I can get my life back. Any suggestions welcome.
2
1
1.3k
2w
AX88179 Driver for MacOS 11.5
I can not activate AX88179 anymore after I have updated my mac to version 11.5 although On 11.4 Big Sur, everything was still be ok. I also check extensionsctl list on command prompt and it shows as follows: mabook@mabooks-MBP ~ % systemextensionsctl list 2 extension(s) --- com.apple.system_extension.driver_extension enabled active teamID bundleID (version) name [state] 5RHFAZ9D4P com.asix.dext.usbdevice (1.2.0/1.2.0) com.asix.dext.usbdevice [terminating for uninstall but still running] 5RHFAZ9D4P com.asix.dext.usbdevice (1.2.0/1.2.0) com.asix.dext.usbdevice [activated waiting to upgrade on reboot] How should I deal with this problem to connect to Ethernet
8
1
15k
2w
What's a quick solution? [Apple Threat Notification]
Lots of apple's own documentation is a bit vague when it comes up to what precisely a user should do when they receive this. I've been reading up on what the notification redirects me to and it doesn't really give me any direct actions, it just says i should reset my device. Any proper advice that would maybe keep my device's contents? Will not disclose my job or why I got this message, any help would be appreciated in terms of what I should do next. Thank you!
1
0
114
2w
[iPadOS 27.0 RC 24A435] Software Update UI out of sync after deleting downloaded OTA update
Bug: Software Update UI state desync on iPadOS 27.0 RC (build 24A435) Reproduction Steps Complete downloading OTA system update, Software Update page shows Chinese localized button "现在更新" (Update Now). Go to iPad Storage and delete the downloaded OTA package. Navigate back to Software Update page immediately, NO reboot and NO manual page refresh. Expected Behavior The UI should detect that the local update file was removed, and switch the button to "下载" (Download). Actual Behavior The interface keeps displaying the "现在更新" button. The UI state is out of sync with the real existence of the downloaded OTA file. I did NOT tap the update button to prevent potential system risk; the state inconsistency itself is the bug. Full screen recording and sysdiagnose logs were submitted in Feedback Assistant report: FB24741350 I want to check whether other developers have encountered the same bug on iPadOS 27.0 RC. This UI inconsistency may confuse end users and bring potential safety misunderstanding, so I hope this issue can be prioritized and fixed before the official 27.0 release.
0
0
317
2w
DTS case no response for over 2 months
Hello, I opened a case to DTS about "Sign in with apple" issue in July, and still did not hear back. I am stuck and unable to release a version. Is there anything that can be done to contact them ? I tried to email in Aug and today as well - but all i get is the auto-reply with the case number. Any suggestions? Thanks.
0
0
302
2w
Floating Keyboard Bugs & Accessibly Virtual Trackpad Bugs
I’m having an annoying floating keyboard bug on my iPad Pro M4 using ipados27, it won’t let me move the keyboard all the way down or up the screen it’s like it’s stuck within a 16:9 letter box. It seems to sometimes work on the Home Screen and let me move it down all the way but if I go to the app screen or any app and use the keyboard it will spring it back up and won’t go back in the place I want it. I also noticed that there is no animation for the keyboard being dismissed as well. It simply will disappear within a split second. It’s very janky as even when I pull up the keyboard while in a windowed app that allows my home bar to show, the keyboard will cause the home bar to be hidden away even though the keyboard won’t even hover on the location of where the home bar is. It just hides it away, it seems that the region its allowed and where it’s detected within the system is being misinterpreted. The disappearing bug is newer it started on ipados27 but the restrictive keyboard has been an issue since like iPadOS 17 or 18. Another bug I’ve had for years is the virtual trackpad feature that’s inside the touch accommodations accessibility options. This feature is only on the iPad sadly, but I would find or think that it would be super useful especially when I have a secondary monitor attached to the iPad but it refuses to work at all when another monitor is connected. Not that it works without another monitor attached. It is completely unusable as it doesn’t scroll and gets stuck, the windowing management for the app I have open gets priory over my interactions on the trackpad leading to me resizing the window instead of the trackpad moving the mouse if I click on a corner too far. All in all it’s a completely useless feature and I have tried everything in the book to fix it myself and even report the issue but this has been broken since I got my first iPad. Please try the feature out and see what I mean, nothing works other than moving the old version of the mouse cursor, no scrolling, no right clicking, and of course no gestures including 3/4 finger app switching or pinching in or out to zoom or two finger slide.
0
0
257
2w
IOS 27 problem on iPhone 17 Pro Max
Help me fix my iPhone please! Device: iPhone 17 Pro Max Timeline: • Installed iOS 27 Public Beta 2 at the end of July — worked fine for ~5 weeks • On September 5, phone started randomly rebooting/shutting down when swiping or opening apps • Forced reboot did not resolve it • Updated to Beta 8 — issue persisted • Updated to RC after Apple Event — issue initially persisted; phone eventually stopped shutting down on swipe, but Telegram and App Store stopped launching • Forced reboot after that → stuck on Apple logo → redirected to Recovery/Restore screen (current state) From crash logs collected before the phone became unresponsive (on Beta 8, build 24A5430a): • Kernel panic: userspace watchdog timeout: no successful checkins from backboardd in 181 seconds • backboardd last exited with SIGNAL, code 10 (SIGBUS) • SpringBoard had 2 induced crashes before the panic • ISP-cp coredump was skipped — IOP was not running, coredump_init returned KERN_NODE_DOWN • A second, separate incident: SpringBoard watchdog timeout (bug_type 409) on its own, without full kernel panic
0
0
250
2w
Individual account to organization account migration
Waiting several days for migration from individual account to organization. It has been several days with no response from Apple although they state a 24 hour turnaround. I even opened case ID is 20000138897695 to investigate status and still not response. Is anyone else experiencing these types of delays or can share advice on what to do next?
1
0
642
2w
How to fix a hack
Basically my sim card was changed or someone has accesssed my Apple cloud its like the number is
Replies
0
Boosts
0
Views
460
Activity
1w
Walkie-Talkie app missing in watchOS 27 beta
While testing the watchOS 27 beta, I noticed that the standalone Walkie-Talkie app has been removed from the system. Walkie-Talkie has always been a great, lightweight way to stay connected. Much like Digital Touch, it’s one of those quick, low-friction features that makes the watch feel uniquely personal for communication throughout the day. I am really hoping its absence is just a temporary beta omission rather than a permanent retirement of the feature. I have already submitted a request via Feedback Assistant asking the engineering team to consider keeping it in the final release. If you also rely on this app for quick wrist-to-wrist updates, I highly recommend submitting your own feedback ticket to let the team know there is still an active user base for it. (FB23040695) Has anyone else ran into this or found an official note from Apple regarding its removal in the release notes? Hopefully, we will see it return before the public release this fall. Over and out!
Replies
7
Boosts
8
Views
2.1k
Activity
1w
Spring Loaded Folders seem broken in MacOS 27 RC
In previous versions of macOS, I could drag a file from another application, such as an attachment in Mail, onto the Finder icon in the Dock. Finder would then expose available Finder windows, allowing me to continue holding the dragged file, move into the desired Finder window, navigate through folders using spring-loaded folder behavior, and ultimately drop the file into a nested destination. Are others seeing this?
Replies
1
Boosts
0
Views
104
Activity
1w
Display discomfort on stable iOS/macOS releases, but not on beta versions—what could explain this?
Hi folks, I experience nausea and visual discomfort when looking at the screens on my Apple devices. However, I’ve noticed that this discomfort goes away when I switch to beta versions of iOS or macOS. While trying to narrow down the cause, I found that the following changes also eliminate my symptoms on the stable release of macOS: On my MacBook Pro, changing the display preset from “Apple XDR Display (P3-1600 nits)” to “Apple Display (P3-600 nits).” On my MacBook Air (M5, 15-inch), changing the color profile from “Color LCD” to “Display P3.” These observations make me wonder whether the issue could be related to gamma curves or how colors and brightness are rendered, though I’m not sure. On my iPhone, I haven’t found any display settings that provide similar relief. So far, switching to an iOS beta has been the only thing that helps. Has anyone experienced something similar? Could any display experts or Apple engineers offer insight into what might explain this, or suggest settings I could test? Thanks!
Replies
0
Boosts
0
Views
472
Activity
1w
Retreiving app analytics
Gidday I hope that I have posted this in the correct thread. We have had an app developed on behalf of a not-for-profit organisation that I volunteer with, and part of my role is to report every month on the total number of installations for this app. Previously, I have been able to log on to "App Store Connect" and select the app, then Analytics and on the right-hand side of the page, the date range for the life of the app. Then it would show me the total number of installations for the app's life. Can anyone out there show me how to go about this now, considering that the total date range has been removed or am I missing this entirely?
Replies
2
Boosts
0
Views
669
Activity
1w
中国大陆iOS26.6系列系统bug
中国大陆多数iphone手机用户在更新iOS26.6.1和26.6.2等等出现面容无法使用,相机前置无法使用了,后置可以正常使用,我作为iPhone深爱粉,我希望这个问题可以及时解决,出现这种问题的人越来越多,大陆抖音等社交媒体平台中有很多人对这个问题提出反馈
Replies
0
Boosts
0
Views
131
Activity
1w
Unknown MDM SETTINGS issues with all accounts
. The three entries LastMDMMigratedBuild Build identifier Records the last iOS build associated with an MDM migration. MDM means Mobile Device Management, a system organisations can use to configure and manage devices. LastMigratedBuild Records the last build associated with a migration. It matches the MDM migration build recorded above. StopFilteringGrandfatheredRestrictions This is a Boolean setting. Its name suggests it controls filtering of older, existing restrictions. file system xml version="1.0" encoding="UTF-8"?> ANYTHOUGHTS OF WHAT THIS IS.
Replies
0
Boosts
0
Views
324
Activity
1w
Formatting research question
test
Replies
0
Boosts
0
Views
135
Activity
1w
Starting iOS Development Tips&Tricks
Hello everyone! I'm just starting with iOS. I've been browsing through all the videos, but it's a bit overwhelming because there are just so many. Does anyone have a must-watch video recommendation? I'm looking for one of those mind-blowing videos that makes you think, 'I wish I had watched this sooner because it makes everything so much easier!
Replies
3
Boosts
0
Views
1.3k
Activity
1w
Spotlight ignores “Files” exclusion and Search Privacy on macOS 26 Tahoe
I’m seeing inconsistent Spotlight behavior on macOS 26 Tahoe. In System Settings → Spotlight, I have: Apps: enabled Files: disabled Folders: disabled Despite this, Spotlight still shows regular files from many locations, including application support folders and user Library containers. Examples: /Applications/Adobe After Effects 2026/Presets/Image - Special Effects/Night Vision.ffx /Applications/Utilities/Adobe Creative Cloud/Components/CCLibs/resources/designLibraries/main.js.map /Users//Library/Containers/com.docker.docker/Data/log/vm/kmsg.log.0 I also added: /Applications/Adobe After Effects 2026/Presets to Spotlight → Search Privacy, but Spotlight continued to show: Night Vision.ffx in the Spotlight UI. This is reproducible with mdfind as well: mdfind 'kMDItemFSName == "Night Vision.ffx"c' returns: /Applications/Adobe After Effects 2026/Presets/Image - Special Effects/Night Vision.ffx I rebuilt the Spotlight index with: sudo mdutil -i off / sudo mdutil -X / sudo mdutil -i on / sudo mdutil -E / but the behavior persisted. I also encountered a separate but likely related issue where installed applications were temporarily missing from Spotlight search. For example, Visual Studio Code existed at: /Applications/Visual Studio Code.app and its Info.plist contained the correct bundle identifier: com.microsoft.VSCode but initially: mdls "/Applications/Visual Studio Code.app" returned: could not find /Applications/Visual Studio Code.app and: mdfind 'kMDItemCFBundleIdentifier == "com.microsoft.VSCode"' returned nothing. However, test-importing the app worked correctly: mdimport -t -d2 "/Applications/Visual Studio Code.app" and showed valid metadata such as: kMDItemCFBundleIdentifier = "com.microsoft.VSCode" kMDItemContentType = "com.apple.application-bundle" kMDItemDisplayName = "Visual Studio Code" Restarting Spotlight-related services: killall Spotlight killall corespotlightd sudo killall mds sudo killall mds_stores caused application indexing to start working again. After that, Visual Studio Code correctly appeared in: mdfind 'kMDItemCFBundleIdentifier == "com.microsoft.VSCode"' But the original problem remains: regular files still appear in Spotlight even though Files and Folders are disabled. I also verified that adding: com.apple.metadata:kMDItemSupportFileType = MDSystemFile as an extended attribute to a file makes it disappear from the Spotlight UI, which suggests the files are being indexed and surfaced despite the UI exclusion settings. Expected behavior: When Files and Folders are disabled in Spotlight settings, Spotlight should only show applications and should not show arbitrary files such as .ffx, .js.map, logs, presets, or application-support files. Also, files located inside a folder listed under Search Privacy should not appear in Spotlight results. Actual behavior: Spotlight continues to show these files, including files inside folders explicitly excluded by Search Privacy. This appears to be either: a regression in Spotlight result filtering on macOS 26 Tahoe, or a mismatch between the “Apps” category and application-related content indexing. It would be useful to know whether this is a known issue.
Replies
0
Boosts
2
Views
112
Activity
2w
Apple engineering level 2 threat of my IP?
The last 12 months or longer have been a hacked life nightmare. Today I discovered multiple blacklists inc a level 2 threat blacklist from Apple engineering. I am a victim not a hacker, I have found malware on my MacBook (spyware), refusal of service notifications from google inc the hackers address which I tracked to Amsterdam, blackmail threats, retaliation and death threats but no help from anyone inc police and government or Apple and this potentially effects many Apple users. Please Apple tell me why I was blacklisted and investigate the spyware incident so I can get my life back. Any suggestions welcome.
Replies
2
Boosts
1
Views
1.3k
Activity
2w
AX88179 Driver for MacOS 11.5
I can not activate AX88179 anymore after I have updated my mac to version 11.5 although On 11.4 Big Sur, everything was still be ok. I also check extensionsctl list on command prompt and it shows as follows: mabook@mabooks-MBP ~ % systemextensionsctl list 2 extension(s) --- com.apple.system_extension.driver_extension enabled active teamID bundleID (version) name [state] 5RHFAZ9D4P com.asix.dext.usbdevice (1.2.0/1.2.0) com.asix.dext.usbdevice [terminating for uninstall but still running] 5RHFAZ9D4P com.asix.dext.usbdevice (1.2.0/1.2.0) com.asix.dext.usbdevice [activated waiting to upgrade on reboot] How should I deal with this problem to connect to Ethernet
Replies
8
Boosts
1
Views
15k
Activity
2w
What's a quick solution? [Apple Threat Notification]
Lots of apple's own documentation is a bit vague when it comes up to what precisely a user should do when they receive this. I've been reading up on what the notification redirects me to and it doesn't really give me any direct actions, it just says i should reset my device. Any proper advice that would maybe keep my device's contents? Will not disclose my job or why I got this message, any help would be appreciated in terms of what I should do next. Thank you!
Replies
1
Boosts
0
Views
114
Activity
2w
[iPadOS 27.0 RC 24A435] Software Update UI out of sync after deleting downloaded OTA update
Bug: Software Update UI state desync on iPadOS 27.0 RC (build 24A435) Reproduction Steps Complete downloading OTA system update, Software Update page shows Chinese localized button "现在更新" (Update Now). Go to iPad Storage and delete the downloaded OTA package. Navigate back to Software Update page immediately, NO reboot and NO manual page refresh. Expected Behavior The UI should detect that the local update file was removed, and switch the button to "下载" (Download). Actual Behavior The interface keeps displaying the "现在更新" button. The UI state is out of sync with the real existence of the downloaded OTA file. I did NOT tap the update button to prevent potential system risk; the state inconsistency itself is the bug. Full screen recording and sysdiagnose logs were submitted in Feedback Assistant report: FB24741350 I want to check whether other developers have encountered the same bug on iPadOS 27.0 RC. This UI inconsistency may confuse end users and bring potential safety misunderstanding, so I hope this issue can be prioritized and fixed before the official 27.0 release.
Replies
0
Boosts
0
Views
317
Activity
2w
Visual Intelligence, the search function will just return 'Google is unavailable
iPhone 16 pro with ios27 PT, when using Visual Intelligence, the search function will just return 'Google is unavailable. Do you know what it could be and or how to solve it?
Replies
0
Boosts
0
Views
473
Activity
2w
DTS case no response for over 2 months
Hello, I opened a case to DTS about "Sign in with apple" issue in July, and still did not hear back. I am stuck and unable to release a version. Is there anything that can be done to contact them ? I tried to email in Aug and today as well - but all i get is the auto-reply with the case number. Any suggestions? Thanks.
Replies
0
Boosts
0
Views
302
Activity
2w
Floating Keyboard Bugs & Accessibly Virtual Trackpad Bugs
I’m having an annoying floating keyboard bug on my iPad Pro M4 using ipados27, it won’t let me move the keyboard all the way down or up the screen it’s like it’s stuck within a 16:9 letter box. It seems to sometimes work on the Home Screen and let me move it down all the way but if I go to the app screen or any app and use the keyboard it will spring it back up and won’t go back in the place I want it. I also noticed that there is no animation for the keyboard being dismissed as well. It simply will disappear within a split second. It’s very janky as even when I pull up the keyboard while in a windowed app that allows my home bar to show, the keyboard will cause the home bar to be hidden away even though the keyboard won’t even hover on the location of where the home bar is. It just hides it away, it seems that the region its allowed and where it’s detected within the system is being misinterpreted. The disappearing bug is newer it started on ipados27 but the restrictive keyboard has been an issue since like iPadOS 17 or 18. Another bug I’ve had for years is the virtual trackpad feature that’s inside the touch accommodations accessibility options. This feature is only on the iPad sadly, but I would find or think that it would be super useful especially when I have a secondary monitor attached to the iPad but it refuses to work at all when another monitor is connected. Not that it works without another monitor attached. It is completely unusable as it doesn’t scroll and gets stuck, the windowing management for the app I have open gets priory over my interactions on the trackpad leading to me resizing the window instead of the trackpad moving the mouse if I click on a corner too far. All in all it’s a completely useless feature and I have tried everything in the book to fix it myself and even report the issue but this has been broken since I got my first iPad. Please try the feature out and see what I mean, nothing works other than moving the old version of the mouse cursor, no scrolling, no right clicking, and of course no gestures including 3/4 finger app switching or pinching in or out to zoom or two finger slide.
Replies
0
Boosts
0
Views
257
Activity
2w
IOS 27 problem on iPhone 17 Pro Max
Help me fix my iPhone please! Device: iPhone 17 Pro Max Timeline: • Installed iOS 27 Public Beta 2 at the end of July — worked fine for ~5 weeks • On September 5, phone started randomly rebooting/shutting down when swiping or opening apps • Forced reboot did not resolve it • Updated to Beta 8 — issue persisted • Updated to RC after Apple Event — issue initially persisted; phone eventually stopped shutting down on swipe, but Telegram and App Store stopped launching • Forced reboot after that → stuck on Apple logo → redirected to Recovery/Restore screen (current state) From crash logs collected before the phone became unresponsive (on Beta 8, build 24A5430a): • Kernel panic: userspace watchdog timeout: no successful checkins from backboardd in 181 seconds • backboardd last exited with SIGNAL, code 10 (SIGBUS) • SpringBoard had 2 induced crashes before the panic • ISP-cp coredump was skipped — IOP was not running, coredump_init returned KERN_NODE_DOWN • A second, separate incident: SpringBoard watchdog timeout (bug_type 409) on its own, without full kernel panic
Replies
0
Boosts
0
Views
250
Activity
2w
will iOS 27 communicate with Mac Ventura?
Will iOS 27 still communicate with Mac Ventura (like iOS 26 does)? I am wondering if someone knows and can give first hand knowledge from beta on this issue in regards to iOS 27 that should come out later this year. Thank you.
Replies
2
Boosts
0
Views
1.6k
Activity
2w
Individual account to organization account migration
Waiting several days for migration from individual account to organization. It has been several days with no response from Apple although they state a 24 hour turnaround. I even opened case ID is 20000138897695 to investigate status and still not response. Is anyone else experiencing these types of delays or can share advice on what to do next?
Replies
1
Boosts
0
Views
642
Activity
2w