Game Development Reference
In-Depth Information
After all that, we can finally run our application by finding its icon on the device and
tapping on it. You should see the message Hello iOS! , which I admit may seem like
something of an anticlimax after going through such a drawn-out process.
Installing on BlackBerry QNX devices
Marmalade can also deploy to BlackBerry QNX devices, the best known of which is
the PlayBook tablet. In order to deploy to PlayBook, we need to do some setup work
first. In the steps that follow, there are some commandlines that need to be entered.
In these commandlines there are some arguments enclosed in angled brackets. After
each set of commands, there is a table explaining what to replace the angle-bracketed
arguments with.
1.
First head over to the following URL to download the BlackBerry Native
SDK, which contains some tools needed for signing builds:
https://developer.blackberry.com/native/download/
2.
Run the installer by right-clicking on its icon in Windows Explorer and
selecting the Run as Administrator option to avoid permission problems
when installing the SDK.
3.
After the installation is complete, head over to the following URL to request
some signing keys:
https://www.blackberry.com/SignedKeys/nfc-form.html
4. We need to request a Device Code Signing Key , so select the first radio
button to request this key type and then enter the personal information
requested (your name, company name, and so on). You will also be asked
to enter a PIN value consisting of eight alphanumeric characters. Ensure
that you remember what you enter at this stage because you will need it to
complete the registration of the keys.
5. Make sure the checkbox labeled For BlackBerry PlayBook OS and
BlackBerry 10 and Higher is checked before ticking the license agreement
checkbox and clicking on the Submit button.
6. The key files will be e-mailed to you, but there can be a delay of a few hours
before they arrive. When you have the key files, create an empty folder
on your PC and save them into it. We'll be assuming a folder called C:\
PlayBook for the following steps.
 
Search WWH ::




Custom Search