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 <jh...@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.point...@gmail.com>
> *To:* "Qt Project" <interest@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.point...@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@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to