MrStahlfelge / lightblocks

Falling Lightblocks. Falling block game for Android (Mobile and TV), iOS, Web browsers. Works on desktops, too.
https://www.golfgl.de/lightblocks/
Other
148 stars 16 forks source link

Connection problem on MacOS #46

Closed rhodeon closed 2 years ago

rhodeon commented 2 years ago

When trying to link an existing profile or set a new nickname on the desktop build on MacOS, I keep getting a connection error dialog. I'm sure my internet connection is active because I'm able to connect to the public servers.

MrStahlfelge commented 2 years ago

For your own builds, you need to implement an own backend and client connection as this part of the app is not open sourced. Hence the connection error. See https://github.com/MrStahlfelge/lightblocks/blob/848ed974d2e436350f793333347f3872e41594f1/core/src/de/golfgl/lightblocks/backend/BackendClient.java#L23

rhodeon commented 2 years ago

Oh, I see. Is there be a way to connect to an existing account (on Android) with a custom backend implementation?

MrStahlfelge commented 2 years ago

No - but you can add own accounts on your own backend.

rhodeon commented 2 years ago

Alright. Thanks.