q-municate-android
q-municate-android copied to clipboard
Not getting call(Audio/Video) from android to iPhone when app is in background and vice versa.
I am doing call from Android phone to iPhone but not getting call when iPhone app is in background. It is working fine when app is in foreground.
try {
QBPushNotifications.createEvent(pushEvent).perform();
Log.e("pusheventsuccess", "success");
} catch (QBResponseException e) {
Log.e("pusheventsuccess", "fail"+e.toString());
}
Actually when i call and if iPhone app is in background then every time it is giving me this error in catch block.
Error => quickblox.core.exception.QBResponseException: No one can receive the message
This is also same for iPhone to android. When iPhone app is calling to android user and if app is in background then i am not getting any notification or event.
Can you please suggest me how can i solve this.
@WebmigratesCompany
Have you got any solution for this?
No
On Thu, Feb 20, 2020 at 2:17 PM agchaniyara [email protected] wrote:
@WebmigratesCompany https://github.com/WebmigratesCompany
Have you got any solution for this?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/QuickBlox/q-municate-android/issues/311?email_source=notifications&email_token=AJRS3KIIXH32K2LDZGCG54LRDY7RBA5CNFSM4FPEDTJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMMB2GY#issuecomment-588782875, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJRS3KN7G4VPHYK7XKREOPTRDY7RBANCNFSM4FPEDTJA .
@WebmigratesCompany - Have you resolved this issue?