We encountered the same problem for some users (Customer Support role). Granting other roles did not seem to help. They were able to use the App Store Connect app on an iOS device to successfully access, and reply to, customer reviews.
Post
Replies
Boosts
Views
Activity
I would like to know this as well. We use the same technique so that the "Back" item appears with no text, but for purposes of the menu we would like to provide a meaningful title for each item on the navigation stack (as opposed to presenting a menu of empty entries).
Looking through the headers in the iOS 14 SDK, it appears that a property has been added to UINavigationItem: backButtonDisplayMode. One of the enumeration values available is UINavigationItemBackButtonDisplayModeMinimal (.minimal, in Swift). According to the comment in the header:
/// Don't use a title, just the back button indicator image.
So it appears there is a way to have the "Back" item appear with no text, but also use the normal methods for providing a meaningful title for purposes of the menu.
Use Double as the expected type:
private let floatFormatter = FloatingPointFormatStyle<Double>().precision(.significantDigits(1...3))