Is it possible to distribute HTML 5 IPhone application via AppleStore? [closed] - iphone

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this question
Is it possible to distribute HTML 5 IPhone application via AppleStore?

Not natively, you can perhaps wrap your app in a container to distribute it on the app store. But not heard about something to do that yet.
BTW, an alternative app store exist for HTML5 apps:
http://www.openappmkt.com/

I found a project called PhoneGap. That allows Javascript application to use native API and distributed through App Store.

Related

Do I need a host app for an iOS 10 Messages extension? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 4 years ago.
Improve this question
I am building a messages extension for iOS 10 and I am wondering if I am required to make a host app or can I just publish my messages extension directly on the app store?
Thanks
Apple:
You can use the Messages framework to create two types of app extensions: Sticker packs and iMessage apps. Both extension types can be created as standalone apps or as app extensions within a containing iOS app.
With that, you should be able to publish your extension directly on the app store.

mach_star and app store [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this question
Would there be any problems with sending an Mac app to App Store if it is using mach_star for code injection? Would apple approve this app and are there any apps in Mac App Store using mach_star? Thanks in advance.
There is an unofficial check list (AppStore Checklist) with item 25 about interpreted code. It is not the exact thing you mentioned but it might be the reason to reject your app.

iOS app and LGPL issue [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
I have an iOS app which use the ffmpeg library, and iOS should compile in static link. According to the LGPLv2, do I release my source code related my UI or other bussiness logic ?
The interaction between the LGPL and Apple's app store is a disputed issue. The only way to get advice you can rely on is to ask a lawyer. I believe that you have two choices -- you can either open source your entire application or you can make available all the object code (.o and .a files) needed to re-link your application.

Would using webview with phonegap get an app rejected from Apple App Store? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this question
Would using webview with phonegap get an app rejected from Apple App Store? The app would not be all in webview, but will using webview for certain things make apple reject the app?
No. See the PhoneGap FAQ.
Also see this post.

Does iPhone libffi require jailbreak? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 3 years ago.
Improve this question
I'd like to write an app-store-approvable app for the iPhone OS which uses libffi. Is this allowed? I am capable of rewriting all of the parts that use it with things like NSInvocation without too much trouble, but would prefer libffi. So my question is: would apps that use libffi be rejected from the app store?
Apple approval is not guaranteed or denied by anything. It's entirely up to them.