-
-
Notifications
You must be signed in to change notification settings - Fork 352
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
Android Platform Support #91
Comments
Hi, There is just one issue with android : push notifications. You won't receive messages from Emitter in real-time without dealing with android's push notifications system. |
You have another easier option. The golang client code can be compiled for mobile..then you can call it from your iOS / android GUI using a simple jsonrpc. |
@Florimond i responded to your email |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@Florimond Can you please elaborate on this? What exactly is the problem, how does it affect "realtime" and how do comparable frameworks deal with it then? |
@gedw99 Could you please provide a bit more information/links/... on this? I'm currently trying to access emitter from Android but the provided Java SDK is out of date (see here: emitter-io/java#2). Maybe your solution would serve as a temporary workaround until an up to date Android SDK is available. |
@StephanSchuster I'm not an Android developer myself, and Iast time I played with Android was quite some time ago. But if I remember correctly, the issue is that you will receive messages from Emitter in real-time as long as the app is in the foreground. As soon as it's in the background, only push notifications can reach it. I don't really know how others solve this, I have yet to dig into it. |
Ah, okay. I see. But this could be faced step by step, right? A bit simplified:
|
Do you have any experience doing this? I would like to use emitter in both iOS and android but don't know where to start. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is great project ❤️, thanks for open sourcing it. I was trying to build something if this kind for my mobile application project. Is there any platform support for Android OS in the near future. As of now most the android developer have been using firebase for realtime communication, which is paid service. I see a great potential in this project and could be next big thing. Enabling android platform support would let may more developer build great app. Android platform support would be great feature of this project .I am very much interested in this project and want to develop Android Platform support tools for this project. Let me know is this could be great thing?
The text was updated successfully, but these errors were encountered: