문제

could anyone please ease my misery and inform me whether its possible to use .net pages within a compiled iphone app?

I'm using Phonegap and trying to connect to alter an existing .net app to work?

Any advice would be gratefully received!

도움이 되었습니까?

해결책

You might be interested in monotouch -- it will let you write native iphone apps in C#. You probably can't directly port the ASP.NET pages, but you can at least port some of the code.

다른 팁

Yes as a mobile web site. If you are trying to do it as an application and not a web site, then no.

As per PhoneGap, seems insteresting, and you may be not able to use that for ASP.NET (from what I gather from the website), but you can just as easily get iPhone support without it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top