如何使用AzureSdk调用网络服务-iOS

How to call web service using AzureSdk-iOS

嗨,我是 AzureSdk 的新手-iOS,我的后端服务器是 Windows Azure。我需要调用网络服务。我不知道怎么称呼它,我用谷歌搜索了它,但没有得到任何答案。这正在浪费我的时间,请帮助我。

网络服务示例:http://strandd-dev.azure-mobile.net/api/roadzensecurity/login?phone=9492266928&password=qwerty

调用 Web 的用户 AFNetworking API, 这是 AFNetworking

的 link

https://github.com/AFNetworking/AFNetworking

如果您正在使用 Azure Mobile Services, you can follow this tutorial: How to call a custom API from an iOS client (JavaScript backend)