09-29-2012 12:51 PM
I keep recieving this message as I submit my app for the App World. No matter what i do, I can't even get the icon and app name correct in the simulator, but the app works fine. Any help from anyone? i'm getting extrmemly frustrated
- I am testing your app on the BlackBerry PlayBook. Please fix the icon name so that it matches with the app name.
- There is an icon issue after installing your application on the BlackBerry PlayBook, icon appear as a question mark. Please make sure that the icon size is 86x86 in the blackberry-tablet.xml file and included in your bar file.
im using flash builder on a PC so i can use the simulator. I'd be extremely grateful for any help anyone could offer
Solved! Go to Solution.
09-29-2012 12:56 PM - edited 09-29-2012 12:57 PM
Just to verify do you have an app icon that is in PNG format at 86x86 pixels in dimension named:
"blackberry-tablet-icon.png"
and in your XML configuration file (was: blackberry-tablet.xml) now called bar-descriptor.xml with a node like this:
<icon>
<image>blackberry-tablet-icon.png</image>
</icon>
I'm afraid I''m not exactly sure how Flash Builder lets you specify this icon but I'm guessing there is a configuration section for your application where this info would need to be.
09-29-2012 01:11 PM
yes, I currently have the icon sized at 86x86 and under where it says "The icon for the image which should be 86x86" I have <icon><image>src\blackberry-tablet-icon.PNG</image
I have the icon under src in the file directory so i specified that in the config file
Is it possible i haven't set up the configuration file properly?
09-29-2012 01:13 PM
09-29-2012 02:11 PM
So if you install the app on your simulator do you get the correct icon? I have never seen a
case where an app install on the simulator shows the correct icon but the app install on
the device does not. However, to rule out the possibility that the system may be caching
an old, correct icon while your more recent .bar builds have somehow picked up a bad icon
path, you could reboot your simulator image.
Your icon path has a backslash in it - shouldn't this be a forward slash?
You can unzip your .bar file and verify whether your icon .png file does indeed exist in the directory it
is supposed to be in.
09-29-2012 04:39 PM
09-29-2012 05:22 PM
Hey, ii'm stil working on this and seem to have made no progress, now i'm getting an error on my app descriptor file saying "namespace 0.0 in the application descriptor file should be equal or higher than the minimum version 3.1 required by Flex SDK"
09-29-2012 05:47 PM
09-29-2012 05:47 PM
09-29-2012 05:58 PM
<?xml version="3.1" encoding="UTF-8" standalone="no"?> <qnx> <initialWindow> <systemChrome>none</systemChrome> <transparent>false</transparent> </initialWindow> <!-- Name of author which is used for signing. Must match the developer name of your development certificate --> <!-- <author>Sample Inc.</author> --> <!-- Unique author ID assigned by signing authority. Required if using debug tokens --> <!-- <authorId>ABC1234YjsnUk235h</authorId> --> <!-- The category where the application appear. Either core.games or core.media --> <!-- <category>core.games</category> --> <!-- The icon for the application which should be 86x86 --> <icon> <image>blackberry-tablet-icon.PNG</image> </icon> <!-- The splashscreen that will appear when your application is launching. Should be 1024x600. --> <!-- <splashscreen>Clock Icon.png</splashscreen> --> <!-- The permissions requested by your application. --> <!-- <permission>access_shared</permission> --> <!-- <permission>record_audio</permission> --> <!-- <permission>read_geolocation</permission> --> <!-- <permission>use_camera</permission> --> <!-- <permission>access_internet</permission> --> <!-- <permission>play_audio</permission> --> <!-- <permission>post_notification</permission> --> <!-- <permission>set_audio_volume</permission> --> <!-- <permission>read_device_identifying_information</permission> --> <!-- Fourth digit segment of the package version. First three segments are taken from app description versionNumber tag. Must be an integer from 0 to 2^16-1 --> <!-- <buildId>1</buildId> --> </qnx>
the file is named "countdown-app.xml" currently