Publishing AppWorld: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
=Publishing Applications in the BlackBerry world=
#REDIRECT [[Publishing_apps_in_BlackBerry_World]]
 
This pages provides a quick run through the key topics which an application developer should pay attention to when switching from development mode into the released mode and preparing the application for publishing in BlackBerry World.
 
This article is a supplementary summary provided in addition to the following articles:
 
* [https://developer.blackberry.com/devzone/blackberryworld/getting_started_preparing_your_app_for_blackberry_world.html Getting Started] ''[developer.blackberry.com]''
* [https://developer.blackberry.com/devzone/blackberryworld/faq.html <span class="caps">FAQ</span> for developers about BlackBerry World] ''[developer.blackberry.com]''
* [https://developer.blackberry.com/design/bb10/ UI guidelines for BlackBerry 10] ''[developer.blackberry.com]''
 
==Key meta information entries in the <span class="caps">BAR</span> application descriptor file==
 
The template of the <code>bar-descriptor.xml<code> file has dummy entries for many fields not relevant on the first steps in application development. You have to provide correct information before distributing the app for testing and submitting it for selling. </code></code>
 
A good overview of the of all important fields is available in [https://developer.blackberry.com/native/documentation/core/com.qnx.doc.ide.userguide/topic/capabilities_editor_options_base.html this article] ''[developer.blackberry.com]''. The below sections cover essentials only
 
===Author name===
 
Make sure that these fields match the ones you set in the Developer Certificate and in the debug token :<br />
 
You can use either Qt Creator or the Momentics <span class="caps">IDE</span> to read this data from a debug token. You can also look it up in the <span class="caps">MANIFEST</span>.MF in debug token <span class="caps">BAR</span> file. If those fields do not match you will not be able to deploy a signed application to a device.
 
===Versions===
 
* Make sure the [https://developer.blackberry.com/native/documentation/core/com.qnx.doc.native_sdk.devguide/topic/r_barfile_dtd_ref_versionnumber.html version number] ''[developer.blackberry.com]'' of your application is correct. Be aware that this number should match the information you supply to BlackBerry World
 
* Supported platforms, see [https://developer.blackberry.com/native/documentation/core/com.qnx.doc.native_sdk.devguide/topic/r_barfile_dtd_ref_platformversion.html this] ''[developer.blackberry.com]'' article.
 
===Application icon===
 
The [https://developer.blackberry.com/native/documentation/core/com.qnx.doc.native_sdk.devguide/topic/r_barfile_dtd_ref_icon.html application icon for BlackBerry 10] ''[developer.blackberry.com]'' should be 114×114 pixels in <span class="caps">PNG</span> format.
 
===Splash screens===
 
A splash screen is shown just after the user taps on the application icon and kept on the screen all time before the application starts rendering on the screen. It is a good idea to define an image which should be shown as splash screen to improve the user experience. See [https://developer.blackberry.com/native/documentation/core/com.qnx.doc.native_sdk.devguide/topic/r_barfile_dtd_ref_splashscreens.html this article] ''[developer.blackberry.com]'' for more details.
 
==Signing the application package==
 
You can use the blackberry-signer tool from the command line:<br />
 
where <code>&lt;certificate_password&gt;<code> is the password you set while creating your developer certificate (stored in the <code>author.p12 file<code> in the keys folder), and <code>&lt;BB_ID_token_password&gt;<code> is the password you set when you generated the BlackBerry ID token (stored in the <code>bbidtoken.csk<code> file in the keys folder)</code></code></code></code></code></code></code></code>
 
==Publishing to BlackBerry World==
 
This process is not different for Qt applications than for any other applications. See the following articles:
 
* [https://developer.blackberry.com/devzone/blackberryworld/preparing_your_app_for_blackberry_world.html Setting up your app in BlackBerry World] ''[developer.blackberry.com]'' and all articles in this section
* [https://developer.blackberry.com/devzone/blackberryworld/preparing_an_app_release.html Uploading your release and adding digital goods] ''[developer.blackberry.com]'' and all articles in this section
 
===Categories:===
 
* [[:Category:BlackBerry|BlackBerry]]

Latest revision as of 07:12, 27 February 2015