I am trying to put a space in my app name (standalone sticker pack) in Xcode 8. The solutions I\'ve seen on here are to change the Product Name (in packaging) or to change the \
Change the Bundle Display Name (CFBundleDisplayName) in your Info.plist file
Check if you have any localization (InfoPlist.strings) files, and change the corresponding CFBundleDisplayName values in those files to the localized values.