Sumodh Nair
Sumodh Nair

Reputation: 1676

Release Blackberry 10 .bar file to client

I have created a signed blackberry app (.bar file) through command line which I have successfully installed in my BB10 device through command line.

But I would like to know how to send this to the client so that it can be installed OTA itself, just for the case of testing?

I don't want to publish it to the app world, isn't there any way other way around where the .bar can be installed easily.?

Any inputs will be highly appreciated

Upvotes: 1

Views: 1165

Answers (1)

Scott
Scott

Reputation: 552

You can upload the bar file to your Vendor portal at https://appworld.blackberry.com/isvportal/, go through all the steps you would go through before submitting the app (description, images, etc, which can be changed at a later date if you don't have it ready now). Upload the bar file, but don't submit the app for review. This will keep the app in 'draft' format.

From there, the client needs to put their device in developer mode, then open app world, swipe down from the top and go Settings > Development Mode, then enter the Content ID of the app you uploaded to your portal (Found under Manage Products > edit button (pencil) next to your app > ID).

Note: for the app to show up for the client, you have to add their BlackBerry Id email address to your vendor portal under 'Sandbox' in the left hand menu. Also, it will take a couple of hours after you upload the bar to the vendor portal before the client will be able to download it.

This will allow them to install the app, and not have it actually submitted to BlackBerry for review and release. If the client happens to say they want something changed, which requires you to upload the bar file again, you can simply press the edit button, delete your bar file, and upload a new one, without having to fill out all the info again, or increment the version number, since you never actually submitted the app.

Upvotes: 2

Related Questions