Is it possible to distribute an iPhone Web Application through the App Store?

前端 未结 3 1906
無奈伤痛
無奈伤痛 2021-01-13 18:06

By Web Application I mean a web site targeted at Safari on the iPhone that can run \"off-line\" (by using a cache manifest file, JavaScript database, running full screen fro

3条回答
  •  难免孤独
    2021-01-13 18:21

    No only native apps can be deployed through the AppStore, I would look into the later option though. i.e. Develop a native app that provided a webkit surface. I think the trickiest bit would be exposing lower level iPhone functionality to the javascript engine.

提交回复
热议问题