Post

Replies

Boosts

Views

Activity

Reply to Mac M2 pro libusb read/write performance
Try the test functions from this snippet and see if the outcome is the same: https://android.googlesource.com/platform/external/libusb/+/HEAD/examples/xusb.c https://cpp.hotexamples.com/examples/-/-/libusb_control_transfer/cpp-libusb_control_transfer-function-examples.html https://github.com/Codingboy/ucuni/blob/master/src/example.c
Topic: App & System Services SubTopic: Drivers Tags:
May ’23
Reply to Detecting VPN Usage in iOS
Regardless of the application being developed by whom, knowing what applications or services are running outside your sandbox is a privacy overreach. Stick to jailbreak detection and debugger attachment checks to terminate your application accordingly.
Topic: App & System Services SubTopic: Core OS Tags:
May ’23
Reply to macOS 13.4 RC don't recognized dev account on MDM enrolled devices
Would you be missing a permission on the MDM?
Replies
Boosts
Views
Activity
May ’23
Reply to Cuenta Pendiente
Just wait a bit longer; your turn is somewhere in the queue.
Replies
Boosts
Views
Activity
May ’23
Reply to While uploading IPA to App Store Connect got this error: "*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil (-1010)"
Also, what version of Xcode are you using?
Replies
Boosts
Views
Activity
May ’23
Reply to iOS 16.4.1 incompatible with Xcode 14.3
No issues with my setup. iPhone 13.
Replies
Boosts
Views
Activity
May ’23
Reply to SecTrustSettingsSetTrustSettings cause errSecInternalComponent
I'm a bit rusty on this but this came up in 2011 and the solution was to reinstall the OS -> https://discussions.apple.com/thread/3067155?answerId=15233086022#15233086022
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to webView:decidePolicyForNavigationAction:decisionHandler: -- decisionHandler cannot be called asynchronously
No, this is a developer error on your part. You must call the completion handler, passing it a value before the function returns. Please provide a copy of you're calling the handler.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to Unreal Engine 4.27 IOS build with entitlement 'Increased Memory Limit'
Please get in touch with the developers of the Unreal Engine SDK. This is not an Apple Product.
Replies
Boosts
Views
Activity
May ’23
Reply to Unable to enable my system extension due to Falcon.
Please post your questions here: https://discussions.apple.com/welcome or contact the respective vendors for a fix.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to Mac M2 pro libusb read/write performance
Try the test functions from this snippet and see if the outcome is the same: https://android.googlesource.com/platform/external/libusb/+/HEAD/examples/xusb.c https://cpp.hotexamples.com/examples/-/-/libusb_control_transfer/cpp-libusb_control_transfer-function-examples.html https://github.com/Codingboy/ucuni/blob/master/src/example.c
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to Trailing closure passed to parameter of type 'FormStyleConfiguration' that does not accept a closure
See here: https://developer.apple.com/documentation/swiftui/form
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to Detecting VPN Usage in iOS
Regardless of the application being developed by whom, knowing what applications or services are running outside your sandbox is a privacy overreach. Stick to jailbreak detection and debugger attachment checks to terminate your application accordingly.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to No push notifications are shown.
Is this a phone-and-watch scenario?
Replies
Boosts
Views
Activity
May ’23
Reply to Core Midi sending wrong usb packets on MacOS 13.3.1
Creating a feedback ticket with a sample app and the observations above might be best.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to Core Midi sending wrong usb packets on MacOS 13.3.1
Creating a feedback ticket with a sample app and the observations above might be best.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to App with haptics crashes on iPhone6
You will have to assess if haptics is supported on your target platforms.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
May ’23