Thanks :)
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...
More context and information please.
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.
Hi, Do you have tried with the last SDK version (1.68.0) ? Can you give more details please ?
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...
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<>...
Hi, We don't use this permission in Rainbow client, so I guess the documentation must be updated and this permission removed.
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.
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...