App record creation failed due to invalid input. Request failed with error code"STATE_ERROR.APP_CREATE.PLATFORM_NOT_ALLOWED_DUE_TO_CONTRACT_STATE" and reason " One or more platforms cannot be created for this app due to your provider's contract state. Creation of apps for the platform(s) ios is not available due to your provider's contract state."
问题2、App record creation error
App record creation failed due to request containing an attribute already in use. The App Name you entered is already being used. If you have trademark rights to this name and would like it released for your use, submit a claim.
Xcode 操作IOS应用发送到App Store时报错
发文时间:2022年06月02日 17:42:25 编辑:Aaron 标签:xcode打包 4706
IOS应用在真机和模拟器中测试都是好好的,可以排除非程序代码的问题,在网上查不到相关的处理方案,故而致电了下apple客服,处理方案如下
报错信息如下 :
问题1、App record creation error
App record creation failed due to invalid input. Request failed with error code"STATE_ERROR.APP_CREATE.PLATFORM_NOT_ALLOWED_DUE_TO_CONTRACT_STATE" and reason " One or more platforms cannot be created for this app due to your provider's contract state. Creation of apps for the platform(s) ios is not available due to your provider's contract state."
问题2、App record creation error
App record creation failed due to request containing an attribute already in use. The App Name you entered is already being used. If you have trademark rights to this name and would like it released for your use, submit a claim.
问题1:登录https://appstoreconnect.apple.com/agreements/#/ 查看协议是否有过期,若存在过期,则需重新签订下。
问题2:是因为APP的SKU值不一致导致的问题
登录 https://appstoreconnect.apple.com/apps 综合-》APP信息-》 SKU值 :查看app的SKU值和Xcode中的Bundle Identifier是否一致。
如上步骤后重新打包iPA即可~
若无特殊说明,此文章为博主原创。
写稿不易,如需转载,请注明出处: https://www.aaroner.cn/art/64.html