-
Notifications
You must be signed in to change notification settings - Fork 107
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
PlayStore version not working. #10
Comments
Fix: gradle.properties > android.bundle.enableUncompressedNativeLibs=false |
Hi, Do you still have the problem? |
No. This is the fix: gradle.properties > android.bundle.enableUncompressedNativeLibs=false |
I'm developing a VPN application in Flutter that works perfectly on Android, but on iOS, I encounter issues where the VPN connection immediately transitions from "connecting" to "disconnecting." Additionally, in the iOS system VPN settings, I see an error message stating "update required" for my app. Here are some details about my setup: Environment: Flutter version: 3.24.4 Target iOS version: 15.0 Plugins Tested: open_vpn_flutter wireguard_flutter Both plugins exhibit the same behavior on iOS even though the Android implementation is flawless. Behavior: On iOS, the VPN connection status quickly changes from connecting to disconnecting. The system VPN settings display an "update required" error for the app. Troubleshooting Steps: Verified that all necessary permissions and entitlements are correctly configured in the iOS project (including Info.plist and VPN extension settings). Tested with both VPN protocols (OpenVPN and WireGuard), and the issue persists. Question: Has anyone encountered a similar issue or does anyone have suggestions on what might cause the "update required" error in iOS system VPN settings? Are there any additional configuration steps specific to iOS that might be missing? Any guidance to help resolve this problem would be greatly appreciated. What I Tried and What I Expected: I followed the entire process outlined in this GitHub issue where another user reported a similar problem. I also meticulously went through the open_vpn_flutter documentation, ensuring that all required iOS entitlements, VPN extension configurations, and Info.plist settings were correctly applied. I even attempted to replicate the configuration using wireguard_flutter as an alternative. What I Expected to Happen: I expected the VPN connection on iOS to establish successfully—similar to how it works on Android—resulting in a stable VPN connection without interruptions. The app should have maintained a persistent connection, and the iOS system VPN settings should have recognized the VPN configuration without any errors. What Actually Happened: Despite following all the prescribed steps, the VPN on iOS transitions immediately from "connecting" to "disconnecting." Additionally, in the iOS system settings, the VPN configuration shows an error message stating "update required." This issue persists regardless of using either open_vpn_flutter or wireguard_flutter, and the VPN simply fails to connect on iOS. |
There is such an error in the PlayStore version. Is it a joke?
https://user-images.githubusercontent.com/22865739/154671658-31227443-acf2-4850-8099-073919dc85a7.mp4
The text was updated successfully, but these errors were encountered: