keep only above two lines related to splashscreen in config.xml file… and comment out other lines related to splashscreen (like FadeSplashScreenDuration, etc)…
After that try this command ionic prepare ionic build ios ionic run ios
The above worked for me… hope this will helpful…let me know whether its working for you or not…
I also not found the clear solution when I start with ionic2. I am running on ionic 2.0.0-beta.32.
At the time when I was tried to fix this splashscreen issue… I tried this one too, to fix the splashscreen problem… change your bundle identifier through Xcode, and then build your project…
now just go through ios.json file inside this path YOUR PROJECT/Plugins/ios.json
and check whether your new assigned bundle-identifier name changed inside ios.json file at the lines "PACKAGE NAME"…
if not then change it by typing or copy-pasting…
for example here I am showing you one…
suppose I change my bundle-identifier to com.ionic.myapp007
then "PACKAGE_NAME": "com.ionic.myapp007" this should be present inside your ios.json file
I actually started again , and now it works. first i added app directory from app built on windows. Thats why it wasn’t working. but i dont know why that matters.