Hi, Ok. It is strange that you always have the problem. I try with my account and it is ok. do you have the same problem using official Android app for the same user? Thanks Regards Jonathan
Hi Ahmad, Is it possible to see how do you manage notification in your app? Thanks Regards Jonathan
Hi Sandeep, You work on sandbox platform . Is it right? Or production? Sometimes, server returns timeout but photo has been changed. I will analyze the problem with server team. Regards Jonathan
Hi Soesapto-Joeni, To retrieve your conversation using room, i advice to do it : Intent intent = new Intent(RoomsActivity.this, RoomActivity.class); intent.putExtra("conversationId", room.g...
Hi, for your first problem, "1) FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:processDebugAndroidTestManifest'. > F...
Hi Gauray, because the sdk android is compiled in android 3 (api version 26). So we need to have java 8 as dependency. Regards Jonathan
Hi, for the second problem, could you try to remove the content of your .gradle directory and rebuild your project. It seems a dependency problem as said in many forums. Regards Jonathan