AppleParty
AppleParty copied to clipboard
内购项目批量上传还是有问题
内购项目批量上传还是有问题
版本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
我也遇到了,然后我下载源码编译手动修复的。如果商品没用到familySharable和reviewNote参数的话,找到源码注释掉。
全局搜familySharable这个变量。我这边reviewNote也报错所以反正我的商品没用到,就给注释了。
修复完构建下就行。
苹果官方链接:https://developer.apple.com/documentation/appstoreconnectapi/create_an_in-app_purchase