Loading External Bundle Files allowed?

帅比萌擦擦* 提交于 2019-12-13 18:11:46

问题


We are trying to load external NSBundle files remotely using a technique similar to below

loading NSBundle files on iOS

Does anyone know whether apple allow you to do this?

I assume as long as you don't change the functionality it is allowed?

Thanks for all your help


回答1:


You should ask Apple to be sure, but probably no.

The bundle can contain image / data resources but also code, and there is a restriction guideline against running code that wasn't in the app when it was reviewed. If you're just loading image / data resources then you'll probably be fine. Code resources, you might get through review but would likely be pulled if found out.



来源:https://stackoverflow.com/questions/21825743/loading-external-bundle-files-allowed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!