Post

Replies

Boosts

Views

Activity

Reply to Drivers are not visible in iOS 18 Public beta
For us we discovered that the issue is not related to the iOS version but rather the model of the iPads. We tested an M2 iPad Pro running iOS 17 and another running iOS 18, and the drivers are present in the App Settings. However, on an iPad M4 with the same iOS version (17 and 18) the driver doesn't not appear. I then tried updating the iPad M4 to iOS18.1 Beta and the driver is back.
Topic: App & System Services SubTopic: Drivers Tags:
Sep ’24
Reply to DriverKit in the background
Well, I end up creating a ticket to Apple directly to double check this. As I was expecting, there is not such functionality, the External accessory communication in Background Modes only works with MFi devices. So drivers made with driverKit won't work in the background: We have reviewed your request and have concluded that there is no supported way to achieve the desired functionality given the currently shipping system configurations. I hope it helps someone else.
Topic: App & System Services SubTopic: Drivers Tags:
Aug ’23
Reply to Drivers are not visible in iOS 18 Public beta
For us we discovered that the issue is not related to the iOS version but rather the model of the iPads. We tested an M2 iPad Pro running iOS 17 and another running iOS 18, and the drivers are present in the App Settings. However, on an iPad M4 with the same iOS version (17 and 18) the driver doesn't not appear. I then tried updating the iPad M4 to iOS18.1 Beta and the driver is back.
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to DriverKit driver doesn't appear in Settings when installed with iPad app
I've got the same problem, did anyone got to fix the problem?
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to DriverKit in the background
Well, I end up creating a ticket to Apple directly to double check this. As I was expecting, there is not such functionality, the External accessory communication in Background Modes only works with MFi devices. So drivers made with driverKit won't work in the background: We have reviewed your request and have concluded that there is no supported way to achieve the desired functionality given the currently shipping system configurations. I hope it helps someone else.
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to DriverKit logs not coming into Сonsole App
Is there any solution for this?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to DriverKit logs not coming in console
Same problem with Monterey using:    os_log(OS_LOG_DEFAULT, "%s", __FUNCTION__);
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to Documentation for DriverKit/SystemExtension on iPadOS?
Is there any plans to add documentation and examples specifically for iPadOS16?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Does the ability to use DriverKit on iPad mean that IOKit will be usable too?
Just to clarify this device would be a class-compliant USB device
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Does the ability to use DriverKit on iPad mean that IOKit will be usable too?
So if I want to connect a device to the iPad using the USB protocol, I will still have to create a driver (USB driver) or it in DriverKit? So Apple doesn't provide a USB driver?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Does the ability to use DriverKit on iPad mean that IOKit will be usable too?
Is this gonna change when iPadOS16 becomes a non beta release? My understanding is that to be able to communicate with devices with USB drivers we should use IOKit, so we don't have to create a USB driver, is that right? or we will have to create our own USB driver with DriverKit?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to It's not possible to use IOUSBDeviceInterface in iPadOS 16
Any idea how can I use IOUSBDeviceInterface in iPadOS 16? Thanks
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to It's not possible to use IOUSBDeviceInterface in iPadOS 16
So IOUSBDeviceInterface doesn't suppose to work in iPadOS 16? if not what can I use instead?
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to DriverKit on iOS - can't actually communicate with a driver in seed 1?
Same it's happening to me, I can't use IOKit framework. I've followed the same steps posted by @myurik2
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Jul ’22