ios - Loading External Bundle Files allowed? -


We are trying to remotely load external NSBundle files using a technique like the following

I believe that unless you can change the functionality, is it not allowed?

Thank you for all your help

You should ask the applet Sure, but probably not.

Bundles are image / data processing, but there are codes, and there is a restriction guideline against running code, which was not in the app when it was reviewed. If you are simply loading image / data processing then you may be able to recover the code resource, you can get it through review, but it will be pulled out when detected.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -