Вопрос

Years ago, I built a web forms site that uses ASP.Net Forms Authentication. Now, we need to build a native mobile app (IOS/Android) that authenticates users with the same credentials they set on on the web.

Is this possible?

Это было полезно?

Решение

Sure but you most likely will want to build a RestFul service to do it. On iOS I would also recommend using AFNetworking or RestKit.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top