views:

15

answers:

1

Hi all, I making application for nokia phone using J2ME.. i want to know types of method for distribution Nokia application .. plz tell me .... Thanks & Regards, Nilesh

+1  A: 

There are two steps to distribution

1.) Get your app signed

You need to sign your app so that it can installed on nokia phones. There are three levels of signing [Open signed, Express signed, Certified signed]. In most cases you Express signing will work for you. You will find all details here. https://www.symbiansigned.com/app/page.

2.) Rollout your application

After your application is signed, you can start selling for a price that you can decide. I'd recommend Nokia OVI store and Handango for distributing your app for online sell.

this. __curious_geek