Skip to content

Signing.entitlements 中 aps-environment 配置需检查 #31

@nookery

Description

@nookery

问题描述

Signing.entitlements 文件中的推送通知环境配置需要检查。

发现的问题

文件: Signing.entitlements

  • aps-environment 设置为 development
  • 如果是用于 App Store 发布,应设置为 production

影响

  • 使用 development 环境的推送配置无法在 App Store 发布版本中正常工作
  • 推送通知可能无法送达生产环境用户

建议

  • 确认当前配置是否用于开发环境
  • 如果要发布到 App Store,需要修改为 production
  • 可以考虑使用 Xcode 的 Build Configuration 来区分开发和生产环境

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions