how to get signing keys for blackberry? - blackberry

Signing keys for blackberry link For BlackBerry 10 apps developed using Android. When I selected the First CheckBox for BlackBerry Keys Order Form, it is automatically point to another links are Sign In to BlackBerry ID. How to submit Blackberry Keys Order Form. How to do I received Client-RDK.csj and Client-PBDT.csj files.

It is my understanding that the 2 .csj files are required to sign and port an Android application to the Blackberry Playbook Tablet, which does not currently run the Blackberry 10 OS.
The file you are looking for to sign the Android application for Blackberry 10 devices is a file with the .csk extension. (Filename: bbidtoken.csk)
I believe you do need to Sign-in with/Create a Blackberry ID to Access the Blackberry Jam Zone (Developer Portal).
After you have successfully signed into the Jam Zone, you will be asked to Create a Blackberry ID Token by entering a password into the available fields. Blackberry also notes that you can "also request your BlackBerry ID token from the Deployment Setup Wizard in the BlackBerry Momentics IDE."

----------- Follow these steps which taken from blackberry documentaion-----------------
Set up your development environment http://developer.blackberry.com/native/documentation/cascades/getting_started/setting_up.html
2.In Windows and Linux, click Window > Preferences. In Mac OS, click Momentics > Preferences.
3.Expand BlackBerry, and then select Signing.
4.Click BlackBerry Deployment Setup Wizard.
5.Follow the steps in the wizard to configure your BlackBerry ID token.

Related

Accessing an Application from a Web Browser for Android and iOS

First and foremost, I am not the developer behind this application, however I am looking for a solution to this problem as I work at the company that runs the application and I've been tasked to do so. This is not a focused code-line question, but more so an application question.
Background: The application is an educational tool that simulates a physical science laboratory that is programmed using Flash. It is accessed from a Learning Management System (LMS) web browser - i.e. Blackboard, Canvas, etc. - through a link to the object. There are multiple simulated labs that are each their own object.
The main problem: The simulators/labs are able to be accessed on an Android device (phones & tablets) by prompting a download of a .apk file once the link is clicked on that device where they will have a menu that localizes all the simulators. This is to centralize all the simulators into one menu app. Now, when you attempt this process on an iOS device, it's obviously incompatible (.apk vs .ipa). We can create a runnable .ipa file for each individual simulator, but this is not efficient at all when attempting to execute on a mass scale (think district-wide access).
What I want to find out is the most efficient way to adapt the application for iOS since it utilizes Flash. The same process would be desired (click the link and it prompts a download of the menu app that holds the sims/labs).
Thanks in advance.
You need to enrol for apple developer program to distribute builds. Normal subscription consider distribution thought App Store, and it seems not your case. There is Enterprise subscription - it allows to create .ipa, that can be installed on any device, but distributed locally (Ad-Hoc). While assembling Ad-Hoc build in latest Xcode you can select opportunity to create distribution manifest as well (Xcode will provide description how to use it). Then you can upload manifest and iPad file to you file server, and share link to manifest with you user. Opening manifest on iDevice will launch installation of application.

How to run iOS app in iPhone without USB connection to Mac

I have developed my first apple app and i wish to run it in iphone (its working well in XCode). By running in iphone i don't mean to connect it with mac and run with USB connection.
I mean something like there will be uuid of iphone and i upload my app some where and it can be run by Iphone user without any wire-connection to my MAC where i have app in xcode.
Is it possible to achieve by anyway? Is that way to achieve is free of cost ?
What I understand from you question is you want to distribute your application to others,
If you have apple developers account , you can use TestFlight ITunes Connect, where you can distribute upto 1000 users
Or you could use other free providers like,
Fabric
Hockey
I personally recommend Fabric , it's free, has lot of features
In your project set your distribution profiles in code signing options
Then click on product-->Build wait for a moment until it opens an Organizer window .
After opening organizer window select save for AdHoC deployment --> choose your organization--> select for all devices compatibility(if you are running with latest Xcode 7.3 version otherwise devices compatibility window won't appear) click next next.
Finally you can get an api file in the Organizer window. In that select the first api file which has recently you built -> click on export to your any finder location.
Then open your api file location in your Finder.
Then open your browser and open https://www.diawi.com and drag and drop your api in the specified field and wait until it reaches 100% to upload and click on send so that you can get a link. Now you can share your link.
Note: In iOS device he can install the api by using safari browser with the link we have shared

dilever my application to blackberry device

what are the steps that need to deliver my app to blackberry device regardless bb version?
Note: my app has 6 files COD.
can I send direct link for these file to bb device and click on them sequentially to download my app to bb?
After you build your app, you publish the contents of the /OTAInstall folder on a Web Server. Then load the URL to the *.JAD file in the BlackBerry browser and it will prompt you with a download page.
Note: you will need to setup MIME types on your Web Server for the *.jad and *.cod file types.
This is explained in detail this tutorial: How to Deploy and Distribute Applications for BlackBerry (Java) Smartphones.

Where to get BlackBerry CSK File for PhoneGap?

I want to use PhoneGap to sign my BlackBerry App. When I go to add the key files it asks for a CSK file.
I went to https://www.blackberry.com/SignedKeys/ and requested keys.
However the files sent to me were 3 different CSI files(RBB, RCR, RRT).
How and where can I get the CSK and DB file needed to sign apps on PhoneGap?
First you need to install the blackberry SDK (as part of Eclipse if you're using this IDE, otherwise get the standalone java one).
Then follow these steps.
Basically this will store your key locally, then you create a backup of it in the form of a .csk+.db files.
Adobe® PhoneGap™ Build currently provides a default BlackBerry development version for all users, which provides an Over-The-Air install for your PhoneGap applications. However, to distribute your own BlackBerry applications, you will need to register with RIM for your own keys, and then import those keys into PhoneGap Build.
To register, fill out the form on RIM's site , and, once you receive your keys, follow the installation process locally.. using the steps mentioned here

How to sign auto run application in blackberry

I've read the help of eclipse in blackberry development environment about the auto run application that it requires signing.
From where can I get the sign to enable my application to be auto run?
First read:
How to make auto start application in blackberry
Blackberry - how to start my own service at phone boot-up?
I don't think you really need to sign application for autorun.
But if you will need to, read:
A60 – How and When to Sign
Sharing Blackberry signing keys across JDE versions
Read the following post (https://stackoverflow.com/questions/640071/blackberry-development-tips-tricks-gotchas/648871#648871) from the thread: "Blackberry Development Tips, Tricks & Gotchas" -- https://stackoverflow.com/questions/640071/blackberry-development-tips-tricks-gotchas/

Resources