openvpn_flutter
openvpn_flutter copied to clipboard
iOS version lower than 15 cannot connect
There is a message for iOS user lower than 15 xxx - Updated required. I tried to lower the vpn extension deployment target, but I got a error when building
'now' is only available in application extensions for iOS 15 or newer
Can you resolve this?
Ok, I changed code on line 44 Date.now to Date(), I was able to change deployment target now.
I suggested to do so in this repo, too.
Ok, I changed code on line 44 Date.now to Date(), I was able to change deployment target now.
I suggested to do so in this repo, too.
It's actually line 144.