-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS 16 support #2
Comments
1 task
Hello! yes, it returns bool everything works in my project! test only on
a real device!
Ср, 5 апр. 2023 г. в 17:04, Max Hauser ***@***.***>:
Hi, thanks for your package. When running on iOS detectVPN always returns
false. Is it supposed to wok on iOS?
Minor hint: The function returns a boolean, according to types it is a
number
https://github.com/aspidvip/react-native-vpn-status/blob/74a6773f92a5e905efd22a6fdb96049744f71c06/src/index.tsx#L20
—
Reply to this email directly, view it on GitHub
<#2>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFMO6V3RMYWUXKWJU6N46GLW7UKOZANCNFSM6AAAAAAWTVJAWA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Бондаренко Андрей Анатольевич
Тел.: +7914-680-1416
Skype: andrei.b4
|
Thanks for your fast response. I have tested it on a real device. Had VPN and WiFi active. Maybe detection only works outside of WiFi? Or are there any restrictions in which situations the module detects the VPN? |
I had some time to try again and indeed it only works if not connected via Wi-Fi. Any plans to improve the detection? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thanks for your package. When running on iOS
detectVPN
always returnsfalse
. Is it supposed to wok on iOS?Minor hint: The function returns a boolean, according to types it is a
number
react-native-vpn-status/src/index.tsx
Line 20 in 74a6773
The text was updated successfully, but these errors were encountered: