Recently, I encountered an issue where some users have reported that the VPN cannot be connected. Even after uninstalling the app and reinstalling it, I cannot connect. I must restart my phone to successfully connect. IOS system.
VPN cannot connect
What is your relationship with these users? Are you building a VPN app and these folks are using your app? If so, are you using Personal VPN? Or an NE provider?
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
Personal VPN
My go-to technique for debugging Personal VPN issues is to maintain a configuration profile that matches the setup I apply in my app. If the app’s setup fails, I have the app remove that setup and then I install the configuration profile. That’ll either fail or work:
-
If it fails, my app code is clearly an innocent bystander for some more fundamental issue.
-
If it works, my app is not setting up the configuration properly and it’s time to start debugging.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
I got the log of this problem: