gpt4 book ai didi

ios - 如何在 Swift 中设置推送通知

转载 作者:IT王子 更新时间:2023-10-29 05:00:01 24 4
gpt4 key购买 nike

我正在尝试为我的应用程序设置推送通知系统。我有一个服务器和一个开发人员许可证来设置推送通知服务。

我目前正在 Swift 中运行我的应用程序。我希望能够从我的服务器远程发送通知。我该怎么做?

最佳答案

swift 2:

let settings = UIUserNotificationSettings(forTypes: [.Alert, .Badge, .Sound], categories: nil)
UIApplication.sharedApplication().registerUserNotificationSettings(settings)
UIApplication.sharedApplication().registerForRemoteNotifications()

关于ios - 如何在 Swift 中设置推送通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24899257/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com