-
Notifications
You must be signed in to change notification settings - Fork 18
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
Swift 5 support #10
Comments
Thanks for opening this :) There are some plans to give some love and attention to Swift Client in the next few months. In the meantime, would welcome community help. If you'd like to get started, DM me on Gitter (https://gitter.im/heroiclabs/nakama). |
Opened PR for new methods #17 |
A general update: We've updated the Swift client library to use Swift5 with SPM. The client uses gRPC and Protobuf for non-realtime features, as well as Websocket (using built-in SwiftIO) for realtime features. The current status is:
Thanks @Allan-Nava for your PR. I'll go through it separately. |
Ok for me is fine! |
We have implemented new methods for storage and leaderboards @mofirouz |
Just a placeholder issue for swift 5 support.
I have tried tackling it with changes to move to API version 2.0 on the master branch but seems like all the test are still using the old API. The build is successful locally but not sure how to go about checking it.
The text was updated successfully, but these errors were encountered: