我正在使用One信号进行推送通知服务。当我在应用程序运行时收到通知时,我得到了一个uialertview,我从未创建过这样的警报视图,我找不到一种不显示它的方法。
答案 0 :(得分:0)
请检查您的AppDelegate.swift文件。您可以在 didReceiveRemoteNotification
中显示提醒func application(application: UIApplication, didReceiveRemoteNotification userInfo: [NSObject : AnyObject]){
// might have show alert code
}