Posts

Post not yet marked as solved
1 Replies
0 Views
Consumable Project Image: Non-Consumable Project Image:
Post not yet marked as solved
11 Replies
0 Views
I have the same question on xcode 11 beta4 iPhone 8 Simulator iOS 13 beta.
Post not yet marked as solved
5 Replies
0 Views
After I updated iOS 13 beta2, I tried again and there was no such problem.
Post not yet marked as solved
5 Replies
0 Views
I just updated the latest iOS beta system version (download address: https://developer.apple.com/download/#ios-restore-images-iphone-new), open the feedback app, when preparing feedback, it says Feedback for this beta has been closed and I don't know where to feed back.
Post marked as solved
4 Replies
0 Views
Post marked as solved
4 Replies
0 Views
thanks for you reply, it works this way:self.expireTimer = [NSTimer timerWithTimeInterval:5 target:self selector:@selector(expireTime) userInfo:nil repeats:YES];[[NSRunLoop mainRunLoop] addTimer:self.expireTimer forMode:NSRunLoopCommonModes];I have another question: PacketTunnelProvider's - stopTunnelWithReason: completionHandler: How long can I detect other things after the method is executed?Maybe some network requests.
Post marked as solved
2 Replies
0 Views
HiI've achieved my goal by creating [[NEPacket Tunnel Network Settings alloc] initWithTunnel RemoteAddress:@ "fake ip"];
Post marked as solved
9 Replies
0 Views
Thank you very much, I can read the data now.But in the data I read, how do I split the header of an ip packet? For example, printing the header of UDP data in the console.
Post marked as solved
9 Replies
0 Views
I’m sorry, It can be my uncle's unclearness. I mean, if the includedRoutes attribute uses [NEIPv4Route defaultRoute], does it mean that all data on the phone will enter the tunnel?
Post marked as solved
9 Replies
0 Views
If NEIPv4Settings.includedRoutes uses [NEIPv4Route defaultRoute], in -readPacketObjectsWithCompletionHandler: whether it is ip data read from the entire tunnel, including UDP, TCP?
Post marked as solved
9 Replies
0 Views
Thank you for your reply I still have a problem, according to thepost, PacketTunnelProvider can only proxy HTTP. If he only configures the HTTP proxy, then -readPacketsWithCompletionHandler: or -readPacketObjectsWithCompletionHandler: can read UDP data? -readPacketsWithCompletionHandler: What are the values of the method's protocols? What do you mean separately? I saw from the log that there is 2 this value.
Post not yet marked as solved
1 Replies
0 Views
Will the iPhone 5's(or Phone 5s) packettunnel memory be lower?
Post marked as solved
14 Replies
0 Views
How does DNS proxy providers work in PacketTunnelProvider?