iOS Question Problem with upload app in store. ERROR ITMS-90045

Hccsoft

Member
Licensed User
Longtime User
Hello i have this error when i try to upload my app to the store.

ERROR ITMS-90045: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, key 'AA...' in 'Payload/Cotraport.app/Cotraport' is not supported."

The problem is with the key of firebasenotification, I don't know if I followed the tutorial correctly or is another type of problem.
 

Hccsoft

Member
Licensed User
Longtime User
#Region Project Attributes
#ApplicationLabel: Cotraport
#Version: 1.1.4
'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and PortraitUpsideDown
#iPhoneOrientations: Portrait
#iPadOrientations: Portrait
#Target: iPhone
#MinVersion: 8
#CertificateFile: ios_development.cer
#ProvisionFile: hccsoftcotraportcom.mobileprovision
#Entitlement: <key>aps-environment</key><string>production</string>
#End Region
 
Upvote 0
Top