-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disconnect from VoxImplant client after a while #85
Comments
Hello, any updates on this? |
None from my part. I have not managed to keep the connection with the client for a long time. |
any updates |
I remember I got it fixed a long time ago, but I don't remember exactly how. on PushManager.ios.js constructor() add at the end
and register token after VoipPushNotification.registerVoipToken(); #import <PushKit/PushKit.h> <------ the calls from ios didn't have audio And then I got stuck with an error about expired tokens that I solved looking at this docs https://voximplant.com/docs/howtos/security/authorize-with-renewable-tokens Hope I could help |
Hi,
First of all, thanks for the great work in offering your demo apps.
I am working on an app based on the fully-featured 'VoximplantDemo'.
I am having trouble in maintaining the application available, or at least users "callable" after a while.
Essentially, once the application is in background, the Voximplant will eventually disconnect, and the user become unreachable, and not seem to receive notifications.
For info, I am using the newest version of react-native-firebase in order to support the newest version of Android.
If you have any hints for me, that would be great.
I'm listing the most relevant dependencies I have, below.
The text was updated successfully, but these errors were encountered: