IOS(iphone) Connection failure
I worked as below.
-
git clone https://github.com/Jigsaw-Code/outline-client.git
-
yarn run clean && yarn && yarn gulp build --platform=ios
-
open xcode > outline-client\platforms\ios\Outline.xcodeproj xcode version 11.3
-
Create Identifiers & group
- xxx.client Enabled Capabilities App Groups, Game Center, In-App Purchase, Network Extensions
- xxx.client.vpnextension Enabled Capabilities App Groups, Game Center, In-App Purchase, Network Extensions
- group.xxx.client
- xcode > outline
-
General

-
Signing & Capabillities

- Build & Run
- Add Access key
- Create VPN allow
- Connect Fail
- end outline app
- restart outline app
- click connect
- blocking UI
- click cancel
iPhone version

Connect success with Appstore installed app.
In my app, there is no server connection attempt.
What is the problem?
I have the same problem, when will there be a solution?
Same problem
I found the solution:
In the OutlineVpn.swift file there is a hardcoded part of bundle id for extension:

This means that your extension bundle id should be {APP_BUNDLE_ID}.VpnExtension For example: com.app.vpn com.app.vpn.VpnExtension