I share the structure between the application and the extension of the action. The structure uses an API that is not available for extensions.
My question is: will the application be rejected if I store API links, such as UIApplication.sharedApplicationwithout actually calling them (setting "Require only API for application extensions - no"), or do I need to completely remove any links from the code (t .e using #ifdef)?
source
share