Dynamic linking

Hi, I have a project where I want to load a library dynamically, I know this is possible since iOS 8 but I want to make something different. I want to ship that library encrypted and only decrypt it in runtime. Is this allowed according to Apple's guidelines?

Thank you.

Replies

Is this allowed according to Apple's guidelines?

Regardless of the guidelines, the iOS sandbox prevents you from doing this.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"