简体   繁体   English

当应用程序在8小时左右处于非活动状态时,不会发出voip通知

[英]voip notification not coming when the app is inactive for around 8 hours

I am building a group calling app and using ionic3 for the same. 我正在建立一个组调用应用程序,并使用ionic3 I am using voIP notification when the app is in background on inactive in ios. 当应用程序在ios中处于非活动状态时在后台时,我正在使用voIP通知 Everything works fine and as expected. 一切正常,并按预期进行。 The problem I am facing is when the app is in background or inactive for around 8 hours, I do not receive the voIP notification and hence app doesn't wakes up. 我面临的问题是当应用程序在后台运行约8小时或处于非活动状态时,我没有收到voIP通知,因此应用程序无法唤醒。 i am just a beginner in iOS development so It would be a great help if anyone could help me figure out this issue. 我只是iOS开发的初学者,所以如果有人可以帮助我解决这个问题,那将是一个很大的帮助。

Once you receive payload, you have to schedule local notification with sound file. 收到有效负载后,您必须安排带有声音文件的本地通知。

You can also debug is your app crashing in background or killed state. 您还可以调试是您的应用在后台崩溃还是处于死机状态。

About 8 hours or any hours, ideally there is no issue when your integration is perfect. 大约8个小时或任何几个小时,理想情况下,完美的集成是没有问题的。

Keep whatsapp in background for 2 days, then make incoming call to that whatsapp, it will notify you. 将whatsapp在后台放置2天,然后对该whatsapp进行来电,它将通知您。

Refer more information about VOIP integration 参考有关VOIP集成的更多信息

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 当应用程序处于非活动状态时,带有 CallKit 的 VOIP 通知不会调用 reportIncomingCall state - VOIP notification with CallKit is not invoking reportIncomingCall when app is inactive killed state 当应用程序处于非活动状态时处理Apple Push Notification - Handling Apple Push Notification when app is inactive 当应用程序在 iOS 14 中终止或终止时,未收到 Voip 通知 - Voip notification did not receive when app kill or terminated in iOS 14 应用被杀死(无效)时,无法点击Firebase通知 - Tapping the Firebase notification is not work when app is killed(inactive) flutter 通知不会出现在 ios 当应用程序正在杀死 state 但当我们打开应用程序时通知即将到来 - flutter notification is not coming in ios when app is on kill state but when we open the app notification is coming 点击VoIp通知后如何处理App? - How to handle App on click of VoIp notification? IOS通知其他应用程序的语音通话 - IOS Notification of other app's voip call iOS 10:如何在应用程序处于后台时显示传入的VOIP呼叫通知? - iOS 10: How to show incoming VOIP call notification when app is in background? IOS 应用程序在强制关闭后收到 pushkit voip 通知时崩溃 - IOS app crashing when recieving pushkit voip notification after force close Swift iOS 当应用处于非活动状态并运行代码时应用接收推送通知 - Swift iOS app receive push notification when app is inactive and run code
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM