[Interest] QML iOS - can we download content to be executed

Sylvain Pointeau sylvain.pointeau at gmail.com
Fri May 25 21:44:04 CEST 2018


for some courses yes, we could abstract and make it data driven, but
complex simulation or custom made for specialized area are simpler to
program (in html/js or qml).

Le ven. 25 mai 2018 à 20:40, Jason H <jhihn at gmx.com> a écrit :

> Why is your course not just data?
> Abstract it.
>
> *Sent:* Friday, May 25, 2018 at 2:24 PM
> *From:* "Sylvain Pointeau" <sylvain.pointeau at gmail.com>
> *To:* "Jason H" <jhihn at gmx.com>
> *Cc:* "Qt Project" <interest at qt-project.org>
>
> *Subject:* Re: [Interest] QML iOS - can we download content to be executed
> I agree with you but my question was about downloading QML code as a new
> module.
> For instance, if the app provides courses and the user downloads one
> course to complete. I was wondering if this course could be done in QML, so
> it is downloaded and executed, but it seems to be forbidden, and only
> HTML/js could be used to implement a course.
>
> Le ven. 25 mai 2018 à 20:04, Jason H <jhihn at gmx.com> a écrit :
>
>> Not excactly.
>>
>> You can download data which results in a work flow. But you cannot add to
>> or change the capability of the application.  The entirety of the
>> application capabilities must be present at review time. I have
>> successfully created a JSON data structure to dictate the application
>> workflow and features based on login identity and have it pass. While I
>> cannot speak for Apple, it is my understanding is that the "no download"
>> requirement is solely around not extending the app after review. I provided
>> apple with a datastructure that allowed the entirety of the application to
>> be inspected.
>>
>> *Sent:* Friday, May 25, 2018 at 9:15 AM
>> *From:* "Sylvain Pointeau" <sylvain.pointeau at gmail.com>
>> *To:* "Qt Project" <interest at qt-project.org>
>> *Subject:* Re: [Interest] QML iOS - can we download content to be
>> executed
>>
>> On Tue, May 22, 2018 at 12:18 PM, Sylvain Pointeau <
>> sylvain.pointeau at gmail.com> wrote:
>>>
>>> Dear all,
>>>
>>> I am interested to do an app that downloads new content from a server
>>> using QML on iOS, do you know if it is possible to download content (in
>>> QML) and to execute it? is this possible from a technical point of view but
>>> is it also allowed by the apple policy? and for Android?
>>>
>>
>> Replying to my own question, it seems that Apple won't accept it, except
>> if this is executed via a webview so only HTML/js.
>>
>>
>> _______________________________________________ Interest mailing list
>> Interest at qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/interest
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20180525/9524097a/attachment.html>


More information about the Interest mailing list