02-20-2013 04:08 AM
Hi,
I'm using BB10 SDK 3.1 with Dev Alpha C and Dev Alpha B Simulators. The icon and splash screen for my app doesn't get displayed in Dev Alpha B although it does get displayed in Dev Alpha C. I've tried every solution mentioned on this forum and nothing seems to work.
All files are packaged properly with Flash Builder.
Please help!
Here is the bar-descriptor.xml:
<?xml version="1.0" encoding="UTF-8"?>
<qnx>
<initialWindow>
<systemChrome>none</systemChrome>
<transparent>false</transparent>
</initialWindow>
<author>dustyroom</author>
<icon>
<image>icon-114.png</image>
</icon>
<splashScreens>
<image>splash-720x720.png</image>
<image>splash-1280x720.png</image>
<image>splash-1280x768.png</image>
</splashScreens>
<permission>play_audio</permission>
<platformVersion>1.0.0.0</platformVersion>
</qnx>
03-01-2013 12:00 AM
Have you checked by extracting your .Bar file , that in its Air folder , does it have bar-descriptor.xml file?