Post

Replies

Boosts

Views

Created

NEIPv4Settings includedRoutes not work
IPv4 route : ["128.0.0.0/1","0.0.0.0/1"] is equal "0.0.0.0/0". if i set ipv4Settings.includedRoutes = [NEIPv4Route.default()] every site is ok,but when i set ipv4Settings.includedRoutes = [NEIPv4Route(destinationAddress: "128.0.0.0", subnetMask: "128.0.0.0"),NEIPv4Route(destinationAddress: "0.0.0.0", subnetMask: "128.0.0.0")] some website not work with tunnel,like google,youtube
1
0
699
Dec ’21
Apple TVOS 17 VPN Packet Tunnel error
Thread 4: "*** NSExtensionPrincipalClass PacketTunnel.PacketTunnelProvider must implement at least one public protocol" warning: Module "/Users/username/Library/Developer/Xcode/tvOS DeviceSupport/AppleTV11,1 17.0 (21J354)/Symbols/usr/lib/system/libsystem_kernel.dylib" uses triple "arm64e-apple-tvos17.0.0", which is not compatible with the target triple "arm64-apple-tvos-unknown". Enabling per-module Swift scratch context. I can't run VPN. Same code IOS,MacOS are ok.
5
0
1.3k
Sep ’23
NEIPv4Settings includedRoutes not work
IPv4 route : ["128.0.0.0/1","0.0.0.0/1"] is equal "0.0.0.0/0". if i set ipv4Settings.includedRoutes = [NEIPv4Route.default()] every site is ok,but when i set ipv4Settings.includedRoutes = [NEIPv4Route(destinationAddress: "128.0.0.0", subnetMask: "128.0.0.0"),NEIPv4Route(destinationAddress: "0.0.0.0", subnetMask: "128.0.0.0")] some website not work with tunnel,like google,youtube
Replies
1
Boosts
0
Views
699
Activity
Dec ’21
apple tvOS err listen udp :53
I wan't to use local UDP server. when i use apple tv simulation device has no problem,but occur err ' listen udp :53: bind: address already in use. ' with real device. Is there a way to close or change the other local DNS service?
Replies
0
Boosts
0
Views
634
Activity
Jan ’22
Apple TVOS 17 VPN Packet Tunnel error
Thread 4: "*** NSExtensionPrincipalClass PacketTunnel.PacketTunnelProvider must implement at least one public protocol" warning: Module "/Users/username/Library/Developer/Xcode/tvOS DeviceSupport/AppleTV11,1 17.0 (21J354)/Symbols/usr/lib/system/libsystem_kernel.dylib" uses triple "arm64e-apple-tvos17.0.0", which is not compatible with the target triple "arm64-apple-tvos-unknown". Enabling per-module Swift scratch context. I can't run VPN. Same code IOS,MacOS are ok.
Replies
5
Boosts
0
Views
1.3k
Activity
Sep ’23
Apple TV VPN App always show connected,disconneted message
Hi, Some of my customer Apple TV device always show connected,disconneted notification message. but the VPN status show connected witch find with network preference. Is there a way to manually disable notification message?
Replies
1
Boosts
0
Views
1.4k
Activity
Feb ’24