Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create your own Magento mobile application for android and iphone [closed]

Tags:

Please any One who has worked on Magento Site's App Development help me to get a direction to move further as I am totally lost and getting nothing from the Online Research.

Any help would be highly Appreciated.

Thanks And Regards.

like image 654
Kunwar Siddharth Singh Avatar asked Jul 27 '12 06:07

Kunwar Siddharth Singh


1 Answers

There are few Steps for that::

  1. Magento offers two API's to develop your app in Android
    a. SOAP API
    b. XML-RPC

  2. If you want to use XMLRPC API,then you have to download it's library and use it in your Project.

  3. You have to create a New User in your Magento Store with roles.That you can do by loging in to your Admin module and the option is under the system->WebServices->User && Roles...You have to create first roles and then create a user and assign the roles to the User.
  4. You have to use the UserName and APIKey that you give in the Magento Store for calling the login Function.
  5. Calling the Login function,you will Receive a Session Id,that you have to store and Use it in your further calls.

Some of the helpful links to get Started Are::

  1. Link-1
  2. Link-2
  3. Link-3
  4. Link-4
  5. My Questions And their Solutions On SO
like image 61
Haresh Chaudhary Avatar answered Oct 07 '22 01:10

Haresh Chaudhary