|
|
|
|
|
by atombender
2631 days ago
|
|
iOS apps can use whatever rendering engine they want. The restriction is on JIT -- Apple doesn't allow apps to compile native code on the fly, which modern JavaScript engines like V8 do. The exception is Apple's own JavaScriptCore, which works with WebKit. In theory you could have Firefox Quantum as a tenderer with JavaScriptCore as the JS engine, but that might be more work than it's worth. |
|
Wrong.
> 4.7 HTML5 Games, Bots, etc.
> your app must use WebKit and JavaScript Core to run third party software and should not attempt to extend or expose native platform APIs to third party software
https://developer.apple.com/app-store/review/guidelines/