Appraysal
Back to Rules
REJECTIONDefiniteGuideline 3.2(f)iOSSafety

Dynamic Code Loading Detected

Apps are not allowed to download or run executable code (dlopen, dlsym).

Quick Fix

Remove dynamic code loading features. All code must be signed and included in the binary.

What Gets Detected

Detection Type:CODE PATTERN
Patterns detected:
dlopendlsymdylib_open

Check Your App

Scan your project to see if this rule affects your app

Run Free Scan