I tried to submit my app thrice,every time it just failed,mailing me the same thing again n again
The signature for your app bundle contains entitlement values that are not supported. For the com.apple.developer.ubiquity-container-identifiers entitlement, the first value in the array must consist of the prefix provided by Apple in the provisioning profile followed by a bundle identifier suffix. The bundle identifier must match the bundle identifier for one of your apps or another app that you are permitted to use as the iCloud container identifier.
Specifically, value "TXVNxxxxxx.*" for key "com.apple.developer.ubiquity-container- identifiers" in
Gamer5
is not supported.
what should exactly be my bundle identifier currently it is com.Mycompany.Gamer5
is it necessary to have exactly matching names while creating the app in itunes connect account and the project name and in my .plist bundle identifier(com.Mycompany.Gamer5
)
the problem was in my app id i had iCloud enabled.which was not supported from my app so from my App Id i just unchecked the Box that says Enable iCloud and resubmitted the app