outline-apps icon indicating copy to clipboard operation
outline-apps copied to clipboard

IOS(iphone) Connection failure

Open wooinwon opened this issue 5 years ago • 3 comments

I worked as below.

  1. git clone https://github.com/Jigsaw-Code/outline-client.git

  2. yarn run clean && yarn && yarn gulp build --platform=ios

  3. open xcode > outline-client\platforms\ios\Outline.xcodeproj xcode version 11.3

  4. Create Identifiers & group

  1. xxx.client Enabled Capabilities App Groups, Game Center, In-App Purchase, Network Extensions
  2. xxx.client.vpnextension Enabled Capabilities App Groups, Game Center, In-App Purchase, Network Extensions
  3. group.xxx.client
  1. xcode > outline
  1. General 9 8

  2. Signing & Capabillities 1 2 3

  1. Build & Run
  1. Add Access key
  2. Create VPN allow
  3. Connect Fail
  4. end outline app
  5. restart outline app
  6. click connect
  7. blocking UI 스크린샷 2020-09-08 오후 8 26 55 4 5
  8. click cancel 6

iPhone version 7

Connect success with Appstore installed app.

In my app, there is no server connection attempt.

What is the problem?

wooinwon avatar Sep 09 '20 01:09 wooinwon

I have the same problem, when will there be a solution?

sergey-zhuravel avatar Apr 02 '21 12:04 sergey-zhuravel

Same problem

Xedart avatar Apr 21 '21 10:04 Xedart

I found the solution: In the OutlineVpn.swift file there is a hardcoded part of bundle id for extension: Screenshot 2022-08-08 at 19 51 06

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

evdodima avatar Aug 08 '22 17:08 evdodima