iOS Question ios upload error

ShadTech

Member
Licensed User
hello all
i have created all provision profile and certificates for development and distribution successfully
after i finished development i create specific app password to upload my archive.zip
i have got error bellow

Note: i used for upload my apple id email address as UserID and the specific app password as password​

you can check the attached images to see that the bandle in my b4i match the one in the Apple Developer account
any help????????
NSLocalizedDescription = "No suitable application records were found. Verify your bundle identifier 'com.aldarstores.shop' is correct and that you are signed into Xcode with an Apple ID that has access to the app in App Store Connect.";
NSLocalizedFailureReason = "App Store operation failed.";
NSLocalizedRecoverySuggestion = "No suitable application records were found. Verify your bundle identifier 'com.aldarstores.shop' is correct and that you are signed into Xcode with an Apple ID that has access to the app in App Store Connect.";

 

Attachments

  • b41.png
    b41.png
    29 KB · Views: 55
  • b42.png
    b42.png
    36.4 KB · Views: 68

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User
Correct package name
 
Upvote 0

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User
According your image, Your mistake in package name setting:
incorrect: com.aldarstores.shop
correct: com.aldarstores.ios
 
Upvote 0
Top