Posts

Post not yet marked as solved
1 Replies
141 Views
Hi everyone, I'm working on an iOS app where I need to implement content filtering functionality. I've successfully implemented a network extension target in my iOS app to filter data locally. However, I'm now aiming to extend this functionality to filter content over HTTPS. Currently, I'm utilizing a local data source for filtering, but I want to explore options for filtering content directly over HTTPS connections, like this URL: https://dns.nextdns.io/46d65d. I've reviewed the available Apple APIs and documentation but haven't found a straightforward solution for HTTPS content filtering. Can anyone provide guidance or suggest any relevant resources for implementing HTTPS content filtering within a network extension target on iOS? Any help or insights would be greatly appreciated! Thank you in advance!
Posted Last updated
.
Post not yet marked as solved
0 Replies
281 Views
Hi, apple community! Is it possible to check somehow version in upcoming application in .pkg and fail installation if it's lower. I've found Bool value 'BundleIsVersionChecked' which could be placed in installation .plist, but it's only partly resolve this problem, installation shows as successful but lower version app isn't installed. So question if it's possible came to solution in other way, or in that scenario force pkg to fail?
Posted Last updated
.
Post marked as solved
1 Replies
519 Views
Hi, Apple community! I have a problem with updating app with system extension by installing new one from a .pkg. I'm stoping application and extension with pkill 'App-prefix' and deleting container application with rm -fr, but that only helps me update container app, but extension relaunches with old version
Posted Last updated
.
Post not yet marked as solved
1 Replies
975 Views
Hi, I'm using macOS 12.5, Xcode 13.4.1 to develop system extension based app. When I'm trying to connect debugger to system extension(by pid, by name or choosing from list), process crashes every time, when I try to connect to it throught lldb I'm getting error Process 1098 stopped * thread #1, stop reason = signal SIGSTOP frame #0: 0xffffffffffffffff  Target 0: (No executable module.) stopped. Architecture set to: . Process 1098 exited with status = -1 (0xffffffff) debugserver died with an exit status of 0x00000000 Would be grateful for any suggestions
Posted Last updated
.