Posts

Post not yet marked as solved
2 Replies
Just managed to achieve this and I don't know why, maybe beta issues? Tried to do this for the first time on my iPhone and worked as expected. I am logged against the same Apple ID and Sandbox Account on both devices, iPad and iPhone, but the former continuously failed to update the receipt and I don't know why yet.
Post not yet marked as solved
3 Replies
How could I monitor the path associated with my tunnel connection for the path failing or having a better one available? That's so I can transition to a newly established tunnel as you say.> Have you seen my VPN and sleep post already?Yes, it's pretty insightful but I also have some questions about it. I am quiescing my tunnel in the sleep method, actually pausing it and setting reasserting to true there. So when the device wakes up it knows that it has to reconnect/reactivate the tunnel. But I don't know how to monitor if the reactivation fails.Also, should I do some adjusting to the network settings when my interfaces changes from Wifi (satisfied) to WiFi (satisfied), in some cases my tunnel works and in others not when this change of interface happens and I'd like to understand what's happening in this transition.
Post marked as solved
4 Replies
Thank you for such a detailed answer, Quinn. It solved many of the questions I had!
Post marked as solved
4 Replies
It is a VPN service to tunnel the connections, but for some cases, pe kids, it will block websites such as adult content or gambling. So the user wants the protection provided by the VPN.Would I be able to establish an always on VPN without a Network Extension Tunnel Provider? Or is this only for managed devices?Is there any info relating referencing the questions about the interfaces above?I cannot see the radar you mentioned (http:/ / openradar.appspot .com/ 21363342)
Post marked as solved
1 Replies
Lesson learned, you have to be very careful when using beta software 😮 (unexpected). Something might have got lost/whatever in the middle and caused my build process to crash also so I couldn't archive the app. Creating a new project from scratch and adding back my code solved it.
Post not yet marked as solved
2 Replies
Did you manage to solve this? I'm working with a tunnel that stays connected and reconnects during interface changes but the restrictions my VPN should apply aren't applied after changing from WiFi/Celullar and vice versa and the Network Extension gets killed randomly?
Post marked as solved
1 Replies
Okay I managed to solve this on my own. I created a Packet Tunnel Network Extension and in my PacketTunnelProvider class came the problems. It did not crash so setting up the debugger in that class was not worth it. I ran my target and started my app and set several NSLogs in the functions so I could see in the device's console what was happening. My problem was that I tried to set a nil value in a dictionary for a key thus terminating the extension. That crash message can easily be seen in the console.