Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道即使应用程序被杀死,iOS Facetime 应用程序如何在来自其他设备的呼叫时自动启动?我想为我的应用程序实现相同的功能。
谢谢!
您永远不应假设 Apple 应用程序的某个功能可用于 3rd 方应用程序。在这种情况下,无法按需将您的应用程序启动到前台。您可以做的最好的事情是使用 Push Kit 并发送一个通知,将您的应用程序启动到后台以生成本地通知。