To understand the connection flow and behaviors of the library, you can play around, debug, and run the sample SwiftUI App that you can customize to connect to any broker that you want.
- Configure connection (ip, port, clientid, username, password, ping, clean session)
- Subscribe/Unsubscribe to broker and visualize current subscriptions
- Publish message to broker
- Display received messages history
- Xcode 13
- Clone the project from GitHub
- Run pod install
- Open CourierE2EApp.xcworkspace
- Build and Run using simulator or device