AppleParty icon indicating copy to clipboard operation
AppleParty copied to clipboard

内购项目批量上传还是有问题

Open huayhua557 opened this issue 2 years ago • 2 comments

内购项目批量上传还是有问题

版本3.3.0 (2024.01.26): Error code: ENTITY_ERROR.ATTRIBUTE.NOT_ALLOWED, title: An attribute in the provided entity is not allowed for this request, detail: The attribute 'reviewNote' can not be included in a 'CREATE' request Error code: ENTITY_ERROR.ATTRIBUTE.NOT_ALLOWED, title: An attribute in the provided entity is not allowed for this request, detail: The attribute 'familySharable' can not be included in a 'CREATE' request

huayhua557 avatar Jan 31 '24 07:01 huayhua557

我也遇到了,然后我下载源码编译手动修复的。如果商品没用到familySharable和reviewNote参数的话,找到源码注释掉。 image image 全局搜familySharable这个变量。我这边reviewNote也报错所以反正我的商品没用到,就给注释了。 image 修复完构建下就行。 苹果官方链接:https://developer.apple.com/documentation/appstoreconnectapi/create_an_in-app_purchase

deadwin avatar Apr 12 '24 03:04 deadwin