If the application name under the icon on the home screen is \"My Awesome App\" how do you get that string within the application at runtime?
For Xamarin.iOS use:
return ((NSString)NSBundle.MainBundle.InfoDictionary["CFBundleName"]).ToString();