We have noticed that even if we have a localized CFBundleDisplayName, the phone would use the CFBundleName in the VPN permission dialog:
"<app name> Would Like To Add VPN Configurations"
The problem is even if we localize the CFBundleName in the InfoPlist.xcstrings, it still uses the base language in the permission prompt regardless of what language the phone is in.
Is it possible to localize the name that's shown in the VPN permission dialog?