Skip to content
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

Update ios_instructions.md #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/ios_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ We **strongly** recommend running the server over HTTPS in order to ensure that
### 5. Configure App Constants

The server address and client token (created during [server configuration](server_configuration.md)) must be entered into their respective fields in the `AppConstants` structure, found in `Shared/AppConstants.swift`.
- Note: You need to point to the Python server, not the node server that hosts the web front end. By default, python server runs on port 8000, so just add :8000 to your IP address. (and you have to make sure this port is accessible through your firewall).

<p align="center">
<img alt="Signing & Capabilities" src="../docs/images/xcode/xcode_app_constants.png"><br>
Expand Down