Search code examples
iphoneipadcordovajqtouch

Loading remote application would it lead to App Store rejection?


I have an application using JQtouch and would like it to be on the App Store.

Will my application get rejected from the App Store if all the functionality is done remotely (loading in UIWebView) and I provide no offline functionality?

Thanks.


Solution

  • I have had apps approved in the app store that were just a web view pointed on a JQTouch application. However, I loaded the .html from a local file included in the app. I believe the no "web clippings" clause of section 12.3 in the App Approval guidelines is only meant for clippings of full web sites. Embedding a mobile web application in a local app will likely get accepted.