Issue
I am writing my first Xamarin Forms app. I did a couple of false starts and experiments. I now have a pretty good version, but I called it MyApp_Test3. I don't mind that as an internal name in the code, but when it installs that becomes the external name in the Apps folder and so forth. I want it to be just plain MyApp. Exactly which Property controls the installed external name of the App, and is there any other Property or similar that has to stay synchronized? I'm afraid to just hack and experiment because I am afraid of making a mess of things.
Solution
on iOS, it in the BundleName and BundleDisplayName in info.plist
on Android, it is the Application Name in AndroidManifest.xml
Answered By - Jason
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.