I was having the same issue so I created a Cordova plugin that let’s me set the display separate from the app name.
Try this
cordova plugins add cordova-plugin-app-name --variable APP_NAME="ADCB Private Concierge" --save
I’m specifically not using ionic to install the plugin because it does something weird with the value of the APP_NAME variable.