Loading External Bundle Files allowed?
问题 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