views:

399

answers:

1

Has anyone had any experience of this? Is it easy? I know very little C, but all I want to do is package the web app as a native app. Is that allowed by Apple anyway?

Thanks!

+1  A: 

Airplay SDK is a C/C++ programming environment. Its broad support for C/C++ standard libraries makes it easy to bring existing C/C++ codebases to the platform, including Open Source codebases.

It's possible to bring "web apps" to Airplay SDK, but you'll have to do a certain amount of legwork - for example, finding and porting an Open Source JavaScript runtime to Airplay SDK. Similarly for an HTML rendering engine. Ideaworks Labs can already provide various scripted runtime engines that work with Airplay SDK (Lua, Python, Ruby) but JavaScript is not currently on the list.