Is Javascript an “other executable code” for iOS?
问题 In Apple's guidelines, I saw: 2.7 Apps that download code in any way or form will be rejected 2.8 Apps that install or launch other executable code will be rejected What I'm trying to do now is to provide a TextView that allows the users to enter Javascript and run in UIWebView by stringByEvaluatingJavaScriptFromString: So I'm not ' downloading ' any code, and Javascript is not something ' other ' but part of the UIWebView's features. In some ways, its just like running a regular UGC WebApp