Domanda

I'm thinking of using APPMobi to push to the IPhone. APPMobi allows you to code in html and javascript and tap into your phone's functions.

This opens up the obvious desire to code an ASP.NET MVC app that calls these javascript methods.

I wondering if this behavior would violate Apple's TOS because they wouldn't have control of how we update our site.

È stato utile?

Soluzione

No it does not. Ignore the person about about "downloading code at runtime" - it doesn't pertain to html/javascript/css.

The issue is if your page does a redirect to your site only. You're best bet is to design the UI in html/javascript and let that live in the app bundle, then use web services to make calls to get data.

Apple will deny your app if it's just you're mobile website embedded.

Altri suggerimenti

you can't download code at runtime, except for html/css/javascript. this means you can have a webview showing pages from your site. of course if it's just a view on your site maybe someone in Apple could argue you should do a webapp instead... i mean: if they don't allow you to dowload web pages they should ban safari, but if your "app" works perfectly from a browser you risk they refuse it. hope this help.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top