How can this be achieved? I would like to get the name so i can display it within an app, without having to change it in code each time i change a name, of course.
This is just a swift update for this very old question. I was in need of swift answer and it was kind of tricky(Unwrapping optionals) in swift syntax so sharing it here
let productName = NSBundle.mainBundle().infoDictionary!["CFBundleName"]!