X-dea / flutter_vpn

Plugin to access VPN service for Flutter | Flutter 的 VPN 插件
GNU Lesser General Public License v3.0
360 stars 129 forks source link

FlutterVpnState does not change in iOS 11 #50

Closed antharph closed 4 years ago

antharph commented 4 years ago

Vpn is working is Android. However I've tested in iOS device, in the xcode it says

VPN started successfully..

But the state doesn't change, it's still FlutterVpnState.disconnected. Then when I put the app in the background to try to browse a webpage I get the error below.

2020-04-20 14:24:32.864656+0800 Runner[17084:9649796] Can't end BackgroundTask: no background task exists with identifier 1 (0x1), or it may have already been ended. Break in UIApplicationEndBackgroundTaskError() to debug.

I've enabled Personal VPN and Network Extensions