Hi, I have been having lots of trouble putting a plug in for the splash screen this is how my build.setting look.
settings =
{
orientation =
{
– Supported values for orientation:
– portrait, portraitUpsideDown, landscapeLeft, landscapeRight
default = “portrait”,
supported = { “portrait”, },
},
splashScreen =
{
enable = true,
image = “velocity.png”
},
–
– Android section
–
android =
{
usesPermissions =
{
“android.permission.INTERNET”,
},
},
–
– iOS section
–
iphone =
{
plist =
{
UIStatusBarHidden = false,
UILaunchStoryboardName = “LaunchScreen”,
CFBundleIconFiles =
{
“Icon-40.png”,
“Icon-58.png”,
“Icon-76.png”,
“Icon-80.png”,
“Icon-87.png”,
“Icon-120.png”,
“Icon-152.png”,
“Icon-167.png”,
“Icon-180.png”,
},
},
},
–
– Plugins section
–
plugins =
{
},
–
– Project section
–
excludeFiles =
{
– Exclude unnecessary files for each platform
ios = { “Icon.png”, “Icon-*dpi.png”, },
android = { “Icon.png”, “Icon-??.png”, “Icon-???.png”, “LaunchScreen.storyboardc”, },
},
}