I submitted an application to the click store but it comes back with this error:-
functional_qml_applicationName_matches_manifest
What does this mean and how do I fix it?
I submitted an application to the click store but it comes back with this error:-
functional_qml_applicationName_matches_manifest
What does this mean and how do I fix it?
When you set applicationName in the main .qml file of your project, you need to set it to the namespace of your application. This could look like “com.ubuntu.developer.jbloggs.superapp” for example.
This will ensure that the app is working properly under confinement.