TripShade commented on issue #1150: URL: https://github.com/apache/cordova-ios/issues/1150#issuecomment-1036030436
> @TripShade , we worked around this issue the following way: > > * Set the name itself to an alias without special characters (e.g. part of the package name). This wont be visible in the end. > > * Set the short name to the prefered app name containing special characters > > Example: `<name short="{{= name}}">{{= alias}}</name>` > > > > * Set the Android App label explicitly in the Manifest > > ``` > > <edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application"> > > [...] > > <application android:label="{{= name}}" /> > > </edit-config> > > ``` Thx I'll give this a go 😃 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org