문제

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