In the Apple manuals, I saw:
2.7 Applications that upload code in any way or form will be rejected
2.8 Applications that install or run other executable code will be rejected
What I'm trying to do now is provide a TextView that allows users to enter Javascript and run in UIWebView on
stringByEvaluatingJavaScriptFromString:
So, I do not "load" any code, and Javascript is not something "other", but part of the functions .
In a way, like the regular UGC WebApp in UIWebView .
I am ready to send the application, but still worried that it was rejected after a 10-day wait ...
Does anyone know for sure whether this is normal?
source share