Open roymasad opened 4 years ago
Did you find out something here?
Did you find out something here?
we gave up on having this feature working with the plugin
we are relying on tapping normal push notification to open the app itself and asking the user to answer from inside the app for now (similar to whatsapp video calls on iphones)
IOS 13 successfully shows the answering screen when triggered by push notifications (i am using OneSignal), even if the app is in the background
But when i answer by using the answer event, the code in the app runs (it triggers our database), but the app stays hidden in the background
i have to manually tap on the app icon to open the app and actually continue the discussion
Is this the normal behavior on IOS13? is there a fix/workaround?
On android when i answer the app is automatically pushed to the foreground correctly as expected