简体   繁体   中英

iOS loading executable from a bundle

According to the documentation for [NSBundle load] method :

Dynamically loads the bundle's executable code into a running program, if the code has not already been loaded.

I have tried this in an iOS project and it works perfectly, my question is if i upload this to App Store, is this a reason for rejection? I read that dynamically loading libraries (dylib) causes Apple to reject your app but i think am not using a dynamic library just an innocent bundle :), anybody tried this approach and distributed to App Store?

Regards,

Can

看起来这仅在附加了XCode调试器后才起作用,否则应用程序将立即终止Exited:Killed:9

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM