gpt4 book ai didi

ios - 解析不将 iOS 8 设备上的新安装添加到数据浏览器

转载 作者:可可西里 更新时间:2023-11-01 03:58:05 27 4
gpt4 key购买 nike

我正在实现 Pares iOS SDK,但无法将新安装添加到数据浏览器。我似乎拥有所有正确的代码和配置文件。我运行的是 iOS 8。我在这里缺少什么?

****编辑****

我注意到在旧版本的 iOS 上,似乎确实添加了设备。

enter image description here

enter image description here

enter image description here

最佳答案

您需要将以下函数添加到您的 AppDelegate 文件中。

func application(application: UIApplication, didRegisterUserNotificationSettings notificationSettings: UIUserNotificationSettings) {
UIApplication.sharedApplication().registerForRemoteNotifications()
}

我尝试用 Objective-C 重写它(已经有一段时间了)。

-(void) application:(UIApplication*) application didRegisterUserNotificationSettings: (UIUserNotificationSettings*) notificationSettings {
[[UIApplication sharedApplication] registerForRemoteNotifications];
}

关于ios - 解析不将 iOS 8 设备上的新安装添加到数据浏览器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25236183/

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