Reputation: 8328
When I run my iPhone app on simulator it has app as suffix in the app name. I have entered only name of the app in Product Name in Build Settings and also in bundle display name and bundle name in info.plist.
For example, if app name was A.B.C. I have it as A.B.C.app in its name in simulator. The app was having correct name pre-iOS8 but it has started to happen in iOS8 with xcode6.
Upvotes: 1
Views: 136
Reputation: 267
As @pankaj mention in comment "A.B.C."
remove an .app
suffix. But is shows as "A.B.C."
(with dot on end). I ended up with something like this " A.B.C "
(with spaces on start and end on the name).
Upvotes: 1