Open 24h7d opened 3 weeks ago
Same here. It works well on Android but not on iOS. It would be great if it works on iOS since OpenVPN only works on at least iOS 15 while WiFi hotspot option is quite hard to setup.
Hello, this issue occurs when spawning the app on iOS because it’s too early to retrieve the appId using ObjC.classes.NSBundle.mainBundle().bundleIdentifier().toString();
.
On line 155 of the script, there’s appId_iOS = findAppId();
. Comment it out.
If the app still crashes, comment out line 242 as well.
the script always terminated when it used in ios device like this:
anyone have same issue?