Dear Developer,
We identified one or more issues with a recent delivery for your app, "curl2post" 1.0.0 (1). Your delivery was successful, but you may wish to correct the following issues in your next delivery:
ITMS-90725: SDK version issue - This app was built with the iOS 15.5 SDK. Starting April 25, 2023, all iOS and iPadOS apps submitted to the App Store must be built with the iOS 16.1 SDK or later, included in Xcode 14.1 or later.
ITMS-90078: Missing Push Notification Entitlement - Your app appears to register with the Apple Push Notification service, but the app signature's entitlements do not include the 'aps-environment' entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing your app with a Distribution provisioning profile that includes the 'aps-environment' entitlement. Xcode does not automatically copy the aps-environment entitlement from provisioning profiles at build time. This behavior is intentional. To use this entitlement, either enable Push Notifications in the project editor's Capabilities pane, or manually add the entitlement to your entitlements file. For more information, see https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/HandlingRemoteNotifications.html#//apple_ref/doc/uid/TP40008194-CH6-SW1.
After you’ve corrected the issues, you can upload a new binary to App Store Connect.
Best regards,
The App Store Team
这封邮件提到了两个问题:
-
SDK 版本问题:此应用程序是使用 iOS 15.5 SDK 构建的。从2023年4月25日开始,所有提交到 App Store 的 iOS 和 iPadOS 应用程序必须使用包含在 Xcode 14.1 或更高版本中的 iOS 16.1 SDK 或更高版本进行构建。
-
缺少推送通知权限:您的应用程序似乎已注册 Apple 推送通知服务,但应用程序签名的权限未包括“aps-environment”权限。如果您的应用程序使用 Apple 推送通知服务,请确保在配置文件门户中启用了 Push Notification,并在使用包括“aps-environment”权限的分发配置文件签名后重新提交。Xcode 不会在构建时自动复制 aps-environment 权限。为了使用此权限,要么在项目编辑器的功能面板中启用推送通知,要么手动将权限添加到您的权限文件中。
第一个问题可以通过升级 Xcode 并使用 iOS 16.1 SDK 或更高版本来解决。第二个问题需要在配置文件中启用推送通知,并在重新签名应用程序时包括“aps-environment”权限。
解决这些问题后,您可以将新的二进制文件上传到 App Store Connect。