【问题标题】:Equivalent to AppDelegate on Apple watch相当于 Apple watch 上的 AppDelegate
【发布时间】:2022-08-18 02:15:39
【问题描述】:

我想通过 APN 向我的独立 Apple Watch 应用添加推送消息。我找到了这个解释https://www.raywenderlich.com/11395893-push-notifications-tutorial-getting-started,它解释了如何很好地使用它。我面临的唯一问题是,在本教程中,他将所有重要代码放在 AppDelegate.swift 文件中,但在我的项目中,我无法找到该文件。我是在做错什么,还是该文件有一个等效的选项,我应该在哪里放置此代码?

    标签: swift apple-push-notifications apple-watch appdelegate watchos


    【解决方案1】:

    watchOS 没有 AppDelegate.swift 文件。

    请参阅此answer 了解更多信息。

    【讨论】:

      猜你喜欢
      • 2015-05-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-11-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多