how to create phonegap app using magento soap or r

2019-09-20 02:41发布

I want to create an android app using phone gap using Magento soap /rest API. the basic problem I am facing is when I use rest API, I am not able to authenticate the soap user I have created in Magento admin and when I use soap I am able to authenticate but not able to log in the customer . and not able to fetch product images. someone Please advise me which API I should use to create app how should I use it.

2条回答
一夜七次
2楼-- · 2019-09-20 03:34

You most likely need to whitelist your site domain in the Phonegap app.

http://docs.phonegap.com/en/2.4.0/guide_whitelist_index.md.html#Domain%20Whitelist%20Guide

查看更多
Juvenile、少年°
3楼-- · 2019-09-20 03:36

the answer is to create custom module and write own web Services instead of using soap and rest api.

查看更多
登录 后发表回答