Does most iPhone apps support web services?

Do most of the popular iPhone apps that communicate with the back-end server communicate via web services? I assumed that is so.

Some applications that I think of will be: Facebook, Bloomberg, NY Times, ESPN, etc.

+3
source share
2 answers

Most of the applications I wrote use some web services, I prefer RESTful, but I was forced to use SOAP.

+1
source

Well, a web service is just an application programming API

, , , API , , , "". API XML, JSON .. . . :

REST
SOAP
JSON

+2

Source: https://habr.com/ru/post/1734946/


All Articles