Post

Replies

Boosts

Views

Activity

Reply to App Store Connect: Your app .... has one or more issues (ITMS-90738)
@marek.labuzik @eskimo if you remove the quotes around the key in your localised InfoPlist.Strings files, this will address the issue: replace "NSFaceIDUsageDescription"="Enabling Face ID allows quick and secure access to your xxxx app account."; with NSFaceIDUsageDescription="Enabling Face ID allows quick and secure access to your xxxx app account."; You can and should then remove the keys from the Info.plist file. Xcode will just get the keys from the localised files instead Erwan
Dec ’23