Posts

Post marked as solved
4 Replies
1.5k Views
I have the following settings. It fails if I set the mtu to anything larger than 1500. Has anyone been successful with?let settings = NEPacketTunnelNetworkSettings(tunnelRemoteAddress: "0.0.0.1")let addresses: [String] = ["0.0.0.2"]let subnetMasks: [String] = ["255.255.255.0"]settings.ipv4Settings = NEIPv4Settings(addresses: addresses, subnetMasks: subnetMasks)settings.mtu = Int(1500) as NSNumberThanks,Dankira.
Posted
by dankira.
Last updated
.
Post not yet marked as solved
1 Replies
943 Views
Is "Developer ID Notary Service" down? I have been trying for the last hour and half. It just never returns either error or success. I waited more than 10mins and did it multiple times. It usually takes less than 3mins.
Posted
by dankira.
Last updated
.
Post marked as solved
14 Replies
1.8k Views
We're setting the following two variables to get proxy data. It has been working for us until we tried it on Big Sur. proxySettings?.autoProxyConfigurationEnabled = true proxySettings?.proxyAutoConfigurationURL = URL(string: pacURL) Has anyone experienced this issue? Thanks, Dankira.
Posted
by dankira.
Last updated
.
Post not yet marked as solved
0 Replies
844 Views
Hi,We have an agent which uses packet-tunnel framework which worked great in the previous iOS realeases.We are testing with iPadOS beta 13.1 (17A5844a) and experiencing issues where our app is being blocked with the following messages.CFSM dynamic blacklist: app com.bundleidentifiercom.bundleidentifier = AppBlacklisted.Has anyone encountered such issues with packet-tunnel based agent on the iPadOS 13 Beta environment?This is more what the log looks like:ep 19 10:20:25 iPad symptomsd(SymptomEvaluator)[110] <Notice>: CFSM dynamic blacklist: app com.bundleIdentifier denied (background/audio/plan): 1/0/1Sep 19 10:20:25 iPad symptomsd(SymptomEvaluator)[110] <Notice>: CFSM dynamic blacklist unrecognized com.apple.CryptoTokenKit.setoken (app: <null>, state: 1)Sep 19 10:20:25 iPad symptomsd(SymptomEvaluator)[110] <Notice>: CFSM dynamic blacklist for app: com.apple.Preferences, state: 2, (wifi/cell/rnf/jumbo/allflows/headroom/overdraft) 240198/0/0/0/4/0/0, allow, code: WithinAllowanceSep 19 10:20:25 iPad symptomsd(SymptomEvaluator)[110] <Notice>: CFSM dynamic blacklist returning (value/reason/headroom/overdraft): { "com.apple.CryptoTokenKit.setoken" = 0;"com.apple.Preferences" = 1;"com.bundleIdentifier" = 0;}/{"com.apple.CryptoTokenKit.setoken" = AppUnknown;"com.apple.Preferences" = WithinAllowance;"com.bundleIdentifier" = AppBlacklisted;}/{"com.apple.Preferences" = 0;}/{}Thanks,Dankira.
Posted
by dankira.
Last updated
.