island icon indicating copy to clipboard operation
island copied to clipboard

Support simplex.chat

Open epoberezkin opened this issue 1 year ago • 1 comments

It seems like the app can be run, but the "foreground" service correctly works only with one instance of the app - there were two-three reports from our users.

Does Island support foreground services? (like ntfy.sh, for example, we use the same approach).

Thank you!

epoberezkin avatar Jan 08 '24 22:01 epoberezkin

e.g., could it be possible that the second instance of the app cannot start the second instance of the service because of service name conflict? Or possibly, wake lock name conflict?

https://github.com/simplex-chat/simplex-chat/blob/stable/apps/multiplatform/android/src/main/java/chat/simplex/app/SimplexService.kt

epoberezkin avatar Jan 08 '24 22:01 epoberezkin