Jérôme Gully commented,
Thanks :)
Jérôme Gully commented,
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 commented,
More context and information please.
Jérôme Gully commented,
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 commented,
Hi, Do you have tried with the last SDK version (1.68.0) ? Can you give more details please ?
Jérôme Gully commented,
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 commented,
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 commented,
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 commented,
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 commented,
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...