<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Qml based application for appstore&#x5C;googlestore.]]></title><description><![CDATA[<p dir="auto">Hello.</p>
<p dir="auto">Ios\Android application is qml based and it download its qml files after launch from my own server.<br />
Something like this:</p>
<p dir="auto">int main(int argc, char *argv[])<br />
{<br />
QApplication app(argc, argv)</p>
<p dir="auto">QQuickView view;<br />
view.setsource(QUrl("<a href="http://example.com/main.qml" target="_blank" rel="noopener noreferrer nofollow ugc">http://example.com/main.qml</a>"));<br />
view.show();</p>
<p dir="auto">return app.exec;<br />
}</p>
<p dir="auto">It is example from document <a href="http://www.slideshare.net/jeremylaine/serving-qml-applications-over-the-network" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.slideshare.net/jeremylaine/serving-qml-applications-over-the-network</a> (page 11)</p>
<p dir="auto">Will appstore\googlestore accept my application?<br />
I am ready to buy any commercial apple\google\qt licenses if it will need.<br />
Thank you.</p>
]]></description><link>https://forum.qt.io/topic/73002/qml-based-application-for-appstore-googlestore</link><generator>RSS for Node</generator><lastBuildDate>Wed, 08 Apr 2026 10:58:49 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/73002.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 04 Nov 2016 07:03:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Qml based application for appstore&#x5C;googlestore. on Sun, 06 Nov 2016 12:03:05 GMT]]></title><description><![CDATA[<p dir="auto">What does 'may not' mean? Is it a stict rule (like 'must not') or a recommended\optional rule?<br />
Thank you.</p>
]]></description><link>https://forum.qt.io/post/358182</link><guid isPermaLink="true">https://forum.qt.io/post/358182</guid><dc:creator><![CDATA[superriva]]></dc:creator><pubDate>Sun, 06 Nov 2016 12:03:05 GMT</pubDate></item><item><title><![CDATA[Reply to Qml based application for appstore&#x5C;googlestore. on Sat, 05 Nov 2016 20:55:38 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://developer.apple.com/app-store/review/guidelines/#software-requirements" target="_blank" rel="noopener noreferrer nofollow ugc">https://developer.apple.com/app-store/review/guidelines/#software-requirements</a></p>
<p dir="auto">"2.5.2 Apps should be self-contained in their bundles, and may not read or write data outside the designated container area, nor may they download, install, or execute code, including other iOS, watchOS, Mac OS X, or tvOS apps."</p>
]]></description><link>https://forum.qt.io/post/358121</link><guid isPermaLink="true">https://forum.qt.io/post/358121</guid><dc:creator><![CDATA[Eeli K]]></dc:creator><pubDate>Sat, 05 Nov 2016 20:55:38 GMT</pubDate></item><item><title><![CDATA[Reply to Qml based application for appstore&#x5C;googlestore. on Sat, 05 Nov 2016 18:39:47 GMT]]></title><description><![CDATA[<ol>
<li>
<p dir="auto">Apple_Developer_Program_License_Agreement_20160921.pdf<br />
3.3.2 ... The only exceptions to the foregoing are scripts and code downloaded and run by Apple's built-in WebKit framework or<br />
JavascriptCore,...</p>
</li>
<li>
<p dir="auto"><a href="https://en.wikipedia.org/wiki/QtScript" target="_blank" rel="noopener noreferrer nofollow ugc">https://en.wikipedia.org/wiki/QtScript</a><br />
The current (as of Qt 4.7) implementation uses JavaScriptCore and will not be further developed. The module is deprecated as of Qt 5.5.[3]</p>
</li>
</ol>
<p dir="auto">So, is Qt 5.4 with JavaScriptCore legal for code downloading and code running?</p>
]]></description><link>https://forum.qt.io/post/358113</link><guid isPermaLink="true">https://forum.qt.io/post/358113</guid><dc:creator><![CDATA[superriva]]></dc:creator><pubDate>Sat, 05 Nov 2016 18:39:47 GMT</pubDate></item><item><title><![CDATA[Reply to Qml based application for appstore&#x5C;googlestore. on Sat, 05 Nov 2016 11:27:24 GMT]]></title><description><![CDATA[<p dir="auto">It's explicitly forbidden by Apple. The reason is easy to understand: any quality checks done by Apple could be circumvented if the functionality or UI of the app could be downloaded dynamically. Everything must go through the normal store system.</p>
]]></description><link>https://forum.qt.io/post/358073</link><guid isPermaLink="true">https://forum.qt.io/post/358073</guid><dc:creator><![CDATA[Eeli K]]></dc:creator><pubDate>Sat, 05 Nov 2016 11:27:24 GMT</pubDate></item><item><title><![CDATA[Reply to Qml based application for appstore&#x5C;googlestore. on Fri, 04 Nov 2016 08:01:10 GMT]]></title><description><![CDATA[<p dir="auto">They probably will (I haven't done that, but dynamic content loading is really normal in applications)</p>
<p dir="auto">You probably know these already, but Apple and Google provide long lists of dos and don'ts<br />
<a href="https://developer.apple.com/app-store/review/" target="_blank" rel="noopener noreferrer nofollow ugc">https://developer.apple.com/app-store/review/</a><br />
<a href="https://developer.android.com/distribute/tools/launch-checklist.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://developer.android.com/distribute/tools/launch-checklist.html</a></p>
<p dir="auto">Also when working on the app, consider the user experience. Provide some content in the base install, so the user is not stuck with a "downloading" text when they start the app in places with bad data connections.</p>
]]></description><link>https://forum.qt.io/post/357898</link><guid isPermaLink="true">https://forum.qt.io/post/357898</guid><dc:creator><![CDATA[tekojo]]></dc:creator><pubDate>Fri, 04 Nov 2016 08:01:10 GMT</pubDate></item></channel></rss>