App Store Connect - 更改元数据
App Store Connect - Change revise the metadata
Apple 拒绝了我的应用,我必须修改元数据才能解决问题。
它说:
Since your App Store Connect status is Metadata Rejected, we do NOT require a new binary. To revise the metadata, visit App Store Connect to select your app and revise the desired metadata values. Once you’ve completed all changes, reply to this message in Resolution Center and we will continue the review.
但是我找不到修改元数据的页面。
请帮帮我。
我在多个实例中遇到了同样的问题,通常拒绝描述访问不同 phone 功能的权限,例如:
- 位置(
NSLocationWhenInUseUsageDescription
)
- 相机(
NSCameraUsageDescription
)
- 微型phone (
NSMicrophoneUsageDescription
)
- 等等
事实上,您不能在 AppStoreConnect web UI 中指定这些。您需要在还包含 CFBundleDisplayName
的应用 Info.plist
中 add/change 它们并提交新的二进制文件。
Apple 拒绝了我的应用,我必须修改元数据才能解决问题。
它说:
Since your App Store Connect status is Metadata Rejected, we do NOT require a new binary. To revise the metadata, visit App Store Connect to select your app and revise the desired metadata values. Once you’ve completed all changes, reply to this message in Resolution Center and we will continue the review.
但是我找不到修改元数据的页面。
请帮帮我。
我在多个实例中遇到了同样的问题,通常拒绝描述访问不同 phone 功能的权限,例如:
- 位置(
NSLocationWhenInUseUsageDescription
) - 相机(
NSCameraUsageDescription
) - 微型phone (
NSMicrophoneUsageDescription
) - 等等
事实上,您不能在 AppStoreConnect web UI 中指定这些。您需要在还包含 CFBundleDisplayName
的应用 Info.plist
中 add/change 它们并提交新的二进制文件。