We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary: The goal is to prove that library can be run on iOS and perform connection initiation with remote agent
TO DO:
Definition of Done:
Useful info:
For adding iOS dependencies install and configure cocoapods. See https://kotlinlang.org/docs/mobile/add-dependencies.html#ios-dependencies and https://kotlinlang.org/docs/native-cocoapods.html#install-the-cocoapods-dependency-manager-and-plugin
See details on how to implement WebSockets on iOS: https://kotlinlang.org/docs/mobile/connect-to-platform-specific-apis.html#example-send-and-receive-messages-from-a-websocket
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary:
The goal is to prove that library can be run on iOS and perform connection initiation with remote agent
TO DO:
Definition of Done:
Useful info:
For adding iOS dependencies install and configure cocoapods.
See https://kotlinlang.org/docs/mobile/add-dependencies.html#ios-dependencies
and https://kotlinlang.org/docs/native-cocoapods.html#install-the-cocoapods-dependency-manager-and-plugin
See details on how to implement WebSockets on iOS:
https://kotlinlang.org/docs/mobile/connect-to-platform-specific-apis.html#example-send-and-receive-messages-from-a-websocket
The text was updated successfully, but these errors were encountered: