Jérôme Gully hizo un comentario,
Thanks :)
Jérôme Gully hizo un comentario,
Ok by "not in background" you meant "killed". Exact terms are important when you ask for help or report a bug. Next time you ask something, please give more context and exact information. Push not...
Jérôme Gully hizo un comentario,
More context and information please.
Jérôme Gully hizo un comentario,
Try with the last SDK (1.68.0) and this: RainbowSdk.instance().contacts().getPendingReceivedInvitations() I see we have another method, getReceivedInvitations(), which is not working.
Jérôme Gully hizo un comentario,
Hi, Do you have tried with the last SDK version (1.68.0) ? Can you give more details please ?
Jérôme Gully hizo un comentario,
Hi, You must create and display the notification yourself, it's not part of the SDK, see the Contact module: https://hub.openrainbow.com/#/documentation/doc/sdk/android/modules/Contacts void regis...
Jérôme Gully hizo un comentario,
Hi, This will be fixed in the SDK 1.67. For a temporary solution you can use this : public List<IRainbowContact> getAllParticipantsAsContactList() { List<IRainbowContact> parts = new ArrayList<>...
Jérôme Gully hizo un comentario,
Hi, We don't use this permission in Rainbow client, so I guess the documentation must be updated and this permission removed.
Jérôme Gully hizo un comentario,
Hi, If you don't need this permission, you can disable it. This special permission is for the case you want to show an calling activity when the phone is in standby.
Jérôme Gully hizo un comentario,
Hi, When no activity for 60 day in a bubble, it is set to inactive and the conversation associated is deleted. To switch again to active bubble (and have a conversation), you must send a message to...