Hi @ all.
I have create new app-icons and splash screens ( ios & android ).
On android all looks fine ( emulator and Samsung phone ).
On ios it looks good if i use the emulator. On my iphone5 i see only the default icons/screens with the robot.
my steps:
$ cordova platform rm ios
$ cordova platform rm android
$ cordova platform add ios
$ cordova platform add android
( i dont use ionic… because its failed to copy the installed plugins )
now i copy the images to the folders
$ ionic build android
$ ionic emulate android ( looks good )
$ ionic run android ( looks good on device )
$ ionic build ios
$ ionic emulate ios ( looks good with my icons and screens )
- start xcode
- take a look on General -> Launch Images and General -> App Icons ( see my custom stuff )
- run the app on phone ( i get the default cordova icons )
What is my mistake??? Any idea?