d0n13
d0n13
Can the developer hand this over to somebody who can fix?
Just to note that sending a small ipa file works where the larger one causes the crash. 50Mb crashes 5.4Mb works Just fyi
Frans, would you be willing to have a conversation about how we can deal with this driver issue? You have my email? It's going to be a show stopper for...
I'm having this issue as well. I have a gate that is triggered by as a switch. The status url returns the state of the switch which is always 0...
Yes, I'd like to be able to set kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly Anyone care to show where the easiest place to put this would be?
From line 90 in ACSimpleKeychain.m ``` Objective-C - (BOOL)storeUsername:(NSString *)username password:(NSString *)password identifier:(NSString *)identifier info:(NSDictionary *)info forService:(NSString *)service { if ([self deleteCredentialsForUsername:username service:service] && [self deleteCredentialsForIdentifier:identifier service:service]) { NSMutableDictionary *dictionary...
> How would i detect a device is plugged in when usbipd has them bounded, i have a method using deviceWatcher bet that doesn't detect the device if its bound...
> You don't need to install any Wix toolset. Just follow the build steps in https://github.com/dorssel/usbipd-win/blob/master/.github/workflows/build-installer.yml. I have this in VS 2022. It worked from command line but how can...
> Why don't you install Apple's AppleMobileDeviceSupport package (part of iTunes installer)? It comes with the official usbmuxd and then you don't have to compile the open source usbmuxd. But...
> I have no idea, it has an open socket 27015, you can try if you can connect. Apart from that you can build libimobiledevice and tools for Windows using...