Just wanted to share the solution from a problem not yet adressed on stack overflow apparently.
From XCode, when trying to distribute an iOS app on the app store (via archive => distribute), I face this 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
Answers
WHAT DOES THAT MEAN
It means you have some agreements / contract that you need to validate on app store connect.
SOLUTION
Connect to app store connect and agrees with last contractual elements set up by apple. https://appstoreconnect.apple.com/agreements/
The above-mentioned issue occurs possibly because of 2 reasons.
I have faced the same problem because I am trying to submit application to App Store using Enterpise Apple Developer Account.