Post

Replies

Boosts

Views

Activity

Reply to Mac app crashing in CF_IS_OBJC function on macOS Sonoma
Thanks @DTS Engineer, I encountered the same issue again and upon collecting additional data, I discovered that it is affecting users with the Japanese keyboard layout.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to Is it possible for an app in the Mac App Store to obtain Accessibility permissions?
Actually, in my app, I am also using accessibility APIs to obtain the app's accessibility object reference. Will that be possible in a sandboxed app? Below is the code I am using: AXUIElementRef app = AXUIElementCreateApplication(targetApplicationProcessID);
Replies
Boosts
Views
Activity
May ’24
Reply to Mac app crashing in CF_IS_OBJC function on macOS Sonoma
Yes, I only got a single crash report like this.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to Mac app crashing in CF_IS_OBJC function on macOS Sonoma
I am using kTISPropertyUnicodeKeyLayoutData as the property key. This function call with the same code works for our users every time. However, it failed just this once with this issue. Do you know how that is possible?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to Mac app crashing in CF_IS_OBJC function on macOS Sonoma
@eskimo Thanks for the response. I am passing the return value of TISGetInputSourceProperty after static casting it to CFDataRef to the CFDataGetBytePtr function.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to Accessibility permission corrupted AXWebArea not found
I have found the issue. It was happening because Chrome Accessibility was disabled for native and web accessibilty. It can be enabled from chrome://accessibility.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’23
Reply to AXUIElementCopyAttributeValues crashing on macOS Sonoma
Here is the feedback ID: 13403283
Replies
Boosts
Views
Activity
Nov ’23
Reply to Get Window Number from Keyboard Event Using addGlobalMonitorForEventsMatchingMask and addLocalMonitorForEventsMatchingMask (Objective-C)
But according to the docs, it should have that. I am attaching the link for the same. NSEvent windowNumber
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Feb ’23