Appraysal
Back to Rules
INFOManual ReviewGuideline 2.3iOSPerformance

Hidden Features or Functionality

Apps must not include hidden or dormant features that are not documented or declared. Using runtime string-to-selector calls is often flagged.

Quick Fix

Avoid using dynamic selector or class lookups that could be interpreted as hiding features from App Review. If you must use them, ensure they are for legitimate purposes and well-documented.

What Gets Detected

Detection Type:CODE PATTERN
Patterns detected:
performSelectorNSClassFromStringNSSelectorFromStringeval(new Function(

Check Your App

Scan your project to see if this rule affects your app

Run Free Scan