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