Recently there was a requirement where we needed to deploy an Android App(Converted from PWA using Bubble wrap) on play store. While creating the Android package from the PWA site, in one of the step we need to provide the name of the app and a short name. The name of the app is supposed to be shown as the text under the app icon and short name as the bubble wrap doc mentions will be shown when the device space is limited and it can not show the full app name. But it turns out the short name is shown in the home screen.
But the irony is it only allows a maximum of 12 characters. I have seen android and iOS apps having name longer than 12 characters. My requirement is to provide a name which is 20 characters long.
is it possible to anyhow provide a longer name ? I would really appreciate if anyone has done this before and give me some pointers on this. I would be really happy to have at least some discussion around this issue.
You are giving same name for both full and short name. Short name has 12 characters length.
Here is source code comment