App display name

I made an enterprise version of the app, which can download from the web.And set the app name in the plist file of the webpage.like this:

<dict>
                <key>bundle-identifier</key>
                <string> com.***.*** </string>  
                <key>bundle-version</key>
                <string> 1.1.0 </string>        
                <key>kind</key>
                <string>software</string>
                <key>title</key>
                <string> FAFC </string>      
 </dict>

Replies

The app name i set in Xcode is IDV,But after download and install it,the display name is FAFC which i set in server plist,

i do not know how could that be,And i want that everyone download it,the app name is IDV,not FAFC,

The most important is after one night,or after iphone had turn off and turn on, the application name will change to IDV,i do not why.