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.
我正在使用 PushKit 在 iOS 上开发 VoIP 应用程序。
当用户收到 PushKit 通知时,将- (void)pushRegistry:(PKPushRegistry *)registry didReceiveIncomingPushWithPayload调用该方法。这个方法会唤醒应用程序来处理传入的连接。
- (void)pushRegistry:(PKPushRegistry *)registry didReceiveIncomingPushWithPayload
我的问题是如何将 aUIViewController带到屏幕上,以便用户决定接听或拒绝来电?
UIViewController
谢谢