Closed AmangeldiyevSultan closed 5 months ago
When I run my app via USB it work fine. Data come from websocket and after that I show incoming call if needed even if app in background mode But after deploy my app to testflight it work only if Im in app, in foreground mode
It was because my websocket do not active in background mode
Did you implement it with fcm? I'm using fcm and it doesn't work in testflight
When I run my app via USB it work fine. Data come from websocket and after that I show incoming call if needed even if app in background mode But after deploy my app to testflight it work only if Im in app, in foreground mode