flowchart TD
A(Apple Watch) -->|Sends Health Stats| B(Vapor Server)
B --> |Sends Health Stats| C
C(Web Browser) --> |Opens Web Socket| B
- Integration with Apple Watch
- User experience highlights
- User Signs in with Apple
- User Enters Code for Workout Class
- User Starts Workout
- Instructor Signs In With Apple
- Instructor Creates a Workout Class with an optional schedule.
- Instructor Starts the Class
- Instructor Shares Web Browser in Streaming Platform
- Instructors Shares Workout Class Code
- Class Begins!
- Restricts User Interface to Simplest Possible
- (Independent without iPhone App) Reduces exposure to App Store
- Developer Challenges
- Wish there was another way without the code.
- Simple Authentication Experience on Apple Watch.
- Quick ...