-
Notifications
You must be signed in to change notification settings - Fork 39
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
IOS 13 Push Notification #101
Comments
Hello @ielonclesio ! Thank you for reaching out to us! Apple changed the requirements for VoIP push notifications handling in iOS 13. According to the new requirements, it is now required to use CallKit framework and report new incoming call from the native iOS code (objective-c / swift). We have updated our demo project to meet the new requirements. Please let us know if you face any issues. Best regards, |
Hello, |
Hello @ielonclesio , The demo project is using React Native and we have adapted for the new requirements using https://github.com/voximplant/react-native-demo Could you please test the demo project and let me know if you observe any issues? Best regards, |
Hello, |
Hello, The demo project has the functionality to login with access token. Currently it does not have the functionality to refresh the access token if it expired. Best regards, |
OK. |
Hello, Please ensure that you ran Best regards, |
Yes, Best regards, |
Hello, Best Regards, Ielon Clesio |
Hello, Have you added these lines of code to your AppDelegate? This code reports new incoming call from objective-c code only if the application is not in the foreground. We have also checked the demo project, it should work. Please ensure that you run the command exactly in this order and there are no errors in their outputs:
Best regards, |
Hello, Yes, you have this code. From what I noticed when calling showIncomingCall from the CallManager class the application is in idle state because of the CallKit screen and at this moment enters the Push call too, generating 2 instances of CallKit and accepting the call is immediately rejected. Best Regards, Ielon |
@ielonclesio yay, it happens to me too. did you find any solutions for this? |
Hello, I am using React Native Voip Notification and everything was working correctly, but on IOS 13 it stopped working. Is there any way to work PUSH Notification on IOS 13?
The text was updated successfully, but these errors were encountered: