gpt4 book ai didi

ios - Apple,推送通知,解析,错误 : Failed to register

转载 作者:行者123 更新时间:2023-11-30 13:44:29 24 4
gpt4 key购买 nike

当我运行我的应用程序时,收到“无法注册”的错误消息,并且在 Parse 中看不到 Installation 类。不知道我在哪里做错了,因为我按照 Parse 的说明进行操作,除了 appDelegate 中的 didFinishLaunchingWithOptions 功能之外,因为我有 Facebook 登录。另外,在我的应用程序 ->目标 ->常规中,身份下没有显示错误消息,所以我猜我的配置文件是正确的。对于Apple成员(member)中心的App ID,我看到推送通知的分发仍然是可配置的。

有什么建议吗?谢谢。

func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {

Parse.enableLocalDatastore()

Parse.setApplicationId("......", clientKey: ".........")

let notificationTypes:UIUserNotificationType = [.Alert, .Badge, .Sound]

let notificationSettings:UIUserNotificationSettings = UIUserNotificationSettings(forTypes: notificationTypes, categories: nil)

application.registerUserNotificationSettings(notificationSettings)

application.registerForRemoteNotifications()

PFFacebookUtils.initializeFacebookWithApplicationLaunchOptions(launchOptions)

buildUserInterface()

return FBSDKApplicationDelegate.sharedInstance().application(application, didFinishLaunchingWithOptions: launchOptions)

}

enter image description here

最佳答案

我遵循了这些说明,它对我有用:https://github.com/ParsePlatform/PushTutorial/tree/master/iOS

此外,Parse 将于明年关闭,如您所知。

关于ios - Apple,推送通知,解析,错误 : Failed to register,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35136567/

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