Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How to set app name for Android and iOS
-
Hi!
How to set app name for Android and iOS?
-
See QCoreApplication Class.
Example:QCoreApplication::setApplicationName("World's Best Application")
So it should let your app's name "Worl's Best Application".
Good Work!
-
Do you need to write this in the constructor of the main class?
-
@Mikeeeeee
You can call it anywhere but
in main.cpp might be a good spot.
-
Added in main.cpp, but the name of the app has not changed.
-
@Mikeeeeee
inside your *pro file,TARGET = AppName
-
For Android the manifest changes, for ios the pList .